#240F1D
A very dark, moderate magenta closely aligning with Black.
About #240F1D
Visually, #240F1D is defined as a moderate magenta. Its closest recognized web color is Black. In the RGB color space, it consists of 36 red, 15 green, and 29 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 58% Magenta, 19% Yellow, and 86% Black. With a hue angle of 320.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#240F1D
RGB36, 15, 29
HSL320.0°, 41.2%, 10.0%
CMYK0%, 58%, 19%, 86%
HSV320.0°, 58.3%, 14.1%
LAB7.3, 13.5, -5.1
XYZ1.1, 0.8, 1.3
Decimal2363165
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.09:1
Text on #FFFFFF
AAA
1.16:1
Text on #000000
FAIL
17.29:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #240F1D;
}
.text-color {
color: #240F1D;
}
.border-color {
border: 2px solid #240F1D;
}