#5F1D3A
A dark, moderate magenta closely aligning with Dimgray.
About #5F1D3A
The precise color #5F1D3A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(95, 29, 58).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 69% M, 39% Y, and 63% K. With a hue angle of 333.6 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a 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#5F1D3A
RGB95, 29, 58
HSL333.6°, 53.2%, 24.3%
CMYK0%, 69%, 39%, 63%
HSV333.6°, 69.5%, 37.3%
LAB22.4, 32.9, -2.4
XYZ5.9, 3.6, 4.4
Decimal6233402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.19:1
Text on #FFFFFF
AAA
1.72:1
Text on #000000
FAIL
11.65:1
Text on #F8FAFC
AAA
1.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1D3A;
}
.text-color {
color: #5F1D3A;
}
.border-color {
border: 2px solid #5F1D3A;
}