#5F2C3A
A dark, moderate magenta closely aligning with Dimgray.
About #5F2C3A
At its core, #5F2C3A is a dark and moderate hue. Designers often compare it to the standard color Dimgray. In the RGB color space, it consists of 95 red, 44 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 54% M, 39% Y, and 63% K. With a hue angle of 343.5 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F2C3A
RGB95, 44, 58
HSL343.5°, 36.7%, 27.3%
CMYK0%, 54%, 39%, 63%
HSV343.5°, 53.7%, 37.3%
LAB25.4, 24.9, 2.0
XYZ6.4, 4.5, 4.5
Decimal6237242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.01:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.52:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2C3A;
}
.text-color {
color: #5F2C3A;
}
.border-color {
border: 2px solid #5F2C3A;
}