#2C6D92
A dark, moderate blue closely aligning with Steelblue.
About #2C6D92
When working with digital screens, the color #2C6D92 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 44 red, 109 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 70% C, 25% M, 0% Y, and 43% K. The HSL representation is 201.8° hue, 53.7% saturation, and 37.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C6D92
RGB44, 109, 146
HSL201.8°, 53.7%, 37.3%
CMYK70%, 25%, 0%, 43%
HSV201.8°, 69.9%, 57.3%
LAB43.6, -8.1, -26.2
XYZ11.7, 13.5, 29.2
Decimal2911634
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.66:1
Text on #FFFFFF
AA
3.71:1
Text on #000000
AA Large
5.41:1
Text on #F8FAFC
AA
3.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C6D92;
}
.text-color {
color: #2C6D92;
}
.border-color {
border: 2px solid #2C6D92;
}