#0F0F2C
A very dark, moderate blue closely aligning with Black.
About #0F0F2C
Visually, #0F0F2C is defined as a moderate blue. Its closest recognized web color is Black. In the RGB color space, it consists of 15 red, 15 green, and 44 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 66% cyan, 66% magenta, 0% yellow, and 83% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F0F2C
RGB15, 15, 44
HSL240.0°, 49.2%, 11.6%
CMYK66%, 66%, 0%, 83%
HSV240.0°, 65.9%, 17.3%
LAB5.6, 9.4, -19.2
XYZ0.8, 0.6, 2.5
Decimal986924
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.67:1
Text on #FFFFFF
AAA
1.13:1
Text on #000000
FAIL
17.84:1
Text on #F8FAFC
AAA
1.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0F2C;
}
.text-color {
color: #0F0F2C;
}
.border-color {
border: 2px solid #0F0F2C;
}