#5F1649
A dark, moderate magenta closely aligning with Purple.
About #5F1649
When working with digital screens, the color #5F1649 is rendered by mixing light. Its closest recognized web color is Purple. This translates to an RGB value of rgb(95, 22, 73).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 77% magenta, 23% yellow, and 63% black. With a hue angle of 318.1 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#5F1649
RGB95, 22, 73
HSL318.1°, 62.4%, 22.9%
CMYK0%, 77%, 23%, 63%
HSV318.1°, 76.8%, 37.3%
LAB21.9, 38.0, -13.4
XYZ6.2, 3.5, 6.6
Decimal6231625
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.37:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.82:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1649;
}
.text-color {
color: #5F1649;
}
.border-color {
border: 2px solid #5F1649;
}