Cyan Cobalt Blue (#28589C)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 7.08:1 — vs black: 2.97:1
Color values
-
HEX
#28589C -
RGB
rgb(40, 88, 156) -
HSL
hsl(215, 74%, 61%) -
CMYK
cmyk( 74.36, 43.59, 0, 38.82 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #28589C based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#28589C
Base
#9C6C28
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#28589C
Base
#28929C
#32289C
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#28589C
Base
#9C2858
#589C28
Two colors flanking the complement — high contrast with less tension than full complementary.
#28589C
Base
#9C3228
#929C28
Four colors at 90° intervals — rich variety, best when one color dominates.
#28589C
Base
#9C2892
#9C6C28
#289C32
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#28589C
Base
#091322
#18365F
#20467C
#306ABC
#427CCF
#7FA6DE
Darker shades and lighter tints of Cyan Cobalt Blue, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#050B14
#0C1B2F
#132A4B
#1A3966
#214981
#28589C
Base
#3472CA
#6192D6
#8FB1E2
#BDD1EE
#EBF1FA
Ready-to-use code snippets for #28589C. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #28589C;
}
/* Text */
.element {
color: #28589C;
}
/* Border */
.element {
border: 1px solid #28589C;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#28589C,
#E6A952
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#28589C,
#E6A952
);
}
// SCSS variable
$cyan-cobalt-blue: #28589C;
// With RGB channels (useful for rgba() usage)
$cyan-cobalt-blue-r: 40;
$cyan-cobalt-blue-g: 88;
$cyan-cobalt-blue-b: 156;
// Usage
.element {
background-color: $cyan-cobalt-blue;
color: rgba($cyan-cobalt-blue-r, $cyan-cobalt-blue-g, $cyan-cobalt-blue-b, 0.8);
}
How Cyan Cobalt Blue appears to people with different types of color vision deficiency.
#28589C
How the color appears with full color vision.
#4E4E9C
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#54549C
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#006464
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#585858
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.