#5F1D33
A dark, moderate magenta closely aligning with Brown.
About #5F1D33
The hex code #5F1D33 represents a beautifully specific shade of magenta. Its closest recognized web color is Brown. Its digital footprint relies on 95 parts red, 29 parts green, and 51 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 69% Magenta, 46% Yellow, and 63% Black. With a hue angle of 340.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F1D33
RGB95, 29, 51
HSL340.0°, 53.2%, 24.3%
CMYK0%, 69%, 46%, 63%
HSV340.0°, 69.5%, 37.3%
LAB22.1, 32.0, 2.1
XYZ5.8, 3.6, 3.5
Decimal6233395
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.28:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.74:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1D33;
}
.text-color {
color: #5F1D33;
}
.border-color {
border: 2px solid #5F1D33;
}