#24072C
A very dark, vivid magenta closely aligning with Black.
About #24072C
The precise color #24072C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(36, 7, 44).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 18% C, 84% M, 0% Y, and 83% K. With a hue angle of 287.0 degrees, it sits comfortably in the magenta spectrum.
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#24072C
RGB36, 7, 44
HSL287.0°, 72.5%, 10.0%
CMYK18%, 84%, 0%, 83%
HSV287.0°, 84.1%, 17.3%
LAB6.4, 21.7, -17.9
XYZ1.3, 0.7, 2.5
Decimal2361132
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.39:1
Text on #FFFFFF
AAA
1.14:1
Text on #000000
FAIL
17.58:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #24072C;
}
.text-color {
color: #24072C;
}
.border-color {
border: 2px solid #24072C;
}