Skip to main content

Ship Cove

#7297C5 aka “Goldman Blue” by Goldman Sachs

Ship Cove is a cool light color with the hex code #7297C5. Also known as "Goldman Blue" by Goldman Sachs . This moderately saturated hue can be represented as RGB 114, 151, 197 in digital design or CMYK 42%, 23%, 0%, 23% for print applications. Find matching Pantone color. Currently, 1 brand uses this color in their visual identity, making it a proven choice for professional branding and web design.

Ship Cove color values

HEX
#7297C5
RGB
114, 151, 197
HSL
213°, 42%, 61%
CMYK
42, 23, 0, 23

About this color

Ship Cove sits at 213° on the color wheel with 42% saturation and 61% lightness, placing it in the blue segment of the spectrum. The moderate 42% saturation gives it enough color presence to register clearly without competing for dominance in a composition. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Ship Cove is rendered as rgb(114, 151, 197), where the blue channel is highest at 197, anchoring the color in the cool register. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.

For print, Ship Cove translates to a CMYK breakdown of 42C 23M 0Y 23K. The low-to-moderate black value (23%) means the color's character in print comes primarily from its cyan ink content (42%), with black serving as a supporting shadow tone. In brand applications, this exact value is specified as Goldman Blue.

How to use Ship Cove

CSS Variable

:root {
  --brand-primary: #7297C5;
  --brand-primary-rgb: 114, 151, 197;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#7297C5',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 42%
M: 23%
Y: 0%
K: 23%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(114, 151, 197)
rgba(114, 151, 197, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Brands using Ship Cove

1 brand uses this color in their identity

Frequently asked questions

What color is #7297C5?
#7297C5 is Ship Cove, a cool light color with RGB values of 114, 151, 197. It has a hue of 213°, 42% saturation, and 61% lightness in the HSL color space.
What is the RGB value of #7297C5?
The RGB color code for #7297C5 is rgb(114, 151, 197). This means it contains 114 red, 151 green, and 197 blue in the RGB color model.
Is Ship Cove a warm or cool color?
Ship Cove (#7297C5) is a cool color with a hue between 120-300° on the color wheel.
How do I use #7297C5 in CSS?
You can use #7297C5 in CSS with: background-color: #7297C5; or color: #7297C5; or as an RGB value: rgb(114, 151, 197). For print design, use CMYK: 42%, 23%, 0%, 23%.