#24666D
A dark, moderate cyan closely aligning with Darkslategray.
About #24666D
At its core, #24666D is a dark and moderate hue. It is closely associated with the named CSS color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 102, and 109.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 67% cyan and 6% magenta inks. With a hue angle of 185.8 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24666D
RGB36, 102, 109
HSL185.8°, 50.3%, 28.4%
CMYK67%, 6%, 0%, 57%
HSV185.8°, 67.0%, 42.7%
LAB39.6, -18.2, -10.1
XYZ8.2, 11.0, 16.2
Decimal2385517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.57:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.28:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #24666D;
}
.text-color {
color: #24666D;
}
.border-color {
border: 2px solid #24666D;
}