#5F1D92
A dark, moderate purple closely aligning with Indigo.
About #5F1D92
Visually, #5F1D92 is defined as a moderate purple. Its closest recognized web color is Indigo. This translates to an RGB value of rgb(95, 29, 146).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 35% C, 80% M, 0% Y, and 43% K. The HSL representation is 273.8° hue, 66.9% saturation, and 34.3% lightness.
When using this color as a background, text legibility must be considered. 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#5F1D92
RGB95, 29, 146
HSL273.8°, 66.9%, 34.3%
CMYK35%, 80%, 0%, 43%
HSV273.8°, 80.1%, 57.3%
LAB27.8, 49.9, -51.2
XYZ10.3, 5.4, 27.7
Decimal6233490
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.11:1
Text on #FFFFFF
AAA
2.08:1
Text on #000000
FAIL
9.66:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1D92;
}
.text-color {
color: #5F1D92;
}
.border-color {
border: 2px solid #5F1D92;
}