#0F2C3A
A very dark, moderate blue closely aligning with Darkslategray.
About #0F2C3A
The precise color #0F2C3A is an excellent choice for modern design projects. Designers often compare it to the standard color Darkslategray. In the RGB color space, it consists of 15 red, 44 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 74% C, 24% M, 0% Y, and 77% K. The HSL representation is 199.5° hue, 58.9% saturation, and 14.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F2C3A
RGB15, 44, 58
HSL199.5°, 58.9%, 14.3%
CMYK74%, 24%, 0%, 77%
HSV199.5°, 74.1%, 22.7%
LAB16.5, -5.5, -12.2
XYZ1.9, 2.2, 4.3
Decimal994362
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.57:1
Text on #FFFFFF
AAA
1.44:1
Text on #000000
FAIL
13.92:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2C3A;
}
.text-color {
color: #0F2C3A;
}
.border-color {
border: 2px solid #0F2C3A;
}