#0F0F33
A very dark, moderate blue closely aligning with Black.
About #0F0F33
Visually, #0F0F33 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 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 71% C, 71% M, 0% Y, and 80% K. The HSL representation is 240.0° hue, 54.5% saturation, and 12.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F0F33
RGB15, 15, 51
HSL240.0°, 54.5%, 12.9%
CMYK71%, 71%, 0%, 80%
HSV240.0°, 70.6%, 20.0%
LAB6.2, 12.8, -23.6
XYZ1.0, 0.7, 3.2
Decimal986931
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.48:1
Text on #FFFFFF
AAA
1.14:1
Text on #000000
FAIL
17.66:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0F33;
}
.text-color {
color: #0F0F33;
}
.border-color {
border: 2px solid #0F0F33;
}