#07002C
A very dark, vivid neutral closely aligning with Black.
About #07002C
At its core, #07002C is a very dark and vivid hue. It is closely associated with the named CSS color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 0, and 44.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 84% cyan and 100% magenta inks. With a hue angle of 249.5 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07002C
RGB7, 0, 44
HSL249.5°, 100.0%, 8.6%
CMYK84%, 100%, 0%, 83%
HSV249.5°, 100.0%, 17.3%
LAB2.1, 13.4, -24.9
XYZ0.5, 0.2, 2.4
Decimal458796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.09:1
Text on #FFFFFF
AAA
1.05:1
Text on #000000
FAIL
19.20:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07002C;
}
.text-color {
color: #07002C;
}
.border-color {
border: 2px solid #07002C;
}