#5F0024
A very dark, vivid magenta closely aligning with Brown.
About #5F0024
At its core, #5F0024 is a very dark and vivid hue. It is closely associated with the named CSS color Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 0, and 36.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 100% M, 62% Y, and 63% K. The HSL representation is 337.3° hue, 100.0% saturation, and 18.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F0024
RGB95, 0, 36
HSL337.3°, 100.0%, 18.6%
CMYK0%, 100%, 62%, 63%
HSV337.3°, 100.0%, 37.3%
LAB18.2, 40.5, 7.1
XYZ5.0, 2.6, 1.9
Decimal6225956
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.89:1
Text on #FFFFFF
AAA
1.51:1
Text on #000000
FAIL
13.27:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0024;
}
.text-color {
color: #5F0024;
}
.border-color {
border: 2px solid #5F0024;
}