#5F0F7C
A dark, vivid purple closely aligning with Indigo.
About #5F0F7C
The hex code #5F0F7C represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Indigo. Its digital footprint relies on 95 parts red, 15 parts green, and 124 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 23% C, 88% M, 0% Y, and 51% K. With a hue angle of 284.0 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F0F7C
RGB95, 15, 124
HSL284.0°, 78.4%, 27.3%
CMYK23%, 88%, 0%, 51%
HSV284.0°, 87.9%, 48.6%
LAB24.4, 49.6, -42.9
XYZ8.5, 4.2, 19.4
Decimal6229884
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.38:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.87:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F7C;
}
.text-color {
color: #5F0F7C;
}
.border-color {
border: 2px solid #5F0F7C;
}