#2C667C
A dark, moderate blue closely aligning with Darkslategray.
About #2C667C
When working with digital screens, the color #2C667C is rendered by mixing light. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(44, 102, 124).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 65% C, 18% M, 0% Y, and 51% K. With a hue angle of 196.5 degrees, it sits comfortably in the blue 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C667C
RGB44, 102, 124
HSL196.5°, 47.6%, 32.9%
CMYK65%, 18%, 0%, 51%
HSV196.5°, 64.5%, 48.6%
LAB40.4, -11.6, -17.9
XYZ9.4, 11.5, 20.8
Decimal2909820
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.37:1
Text on #FFFFFF
AA
3.30:1
Text on #000000
AA Large
6.08:1
Text on #F8FAFC
AA
2.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C667C;
}
.text-color {
color: #2C667C;
}
.border-color {
border: 2px solid #2C667C;
}