#5F0FA0
A dark, vivid purple closely aligning with Indigo.
About #5F0FA0
At its core, #5F0FA0 is a dark and vivid hue. 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 160 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 41% cyan, 91% magenta, 0% yellow, and 37% black. With a hue angle of 273.1 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F0FA0
RGB95, 15, 160
HSL273.1°, 82.9%, 34.3%
CMYK41%, 91%, 0%, 37%
HSV273.1°, 90.6%, 62.7%
LAB27.6, 57.4, -60.1
XYZ11.2, 5.3, 33.7
Decimal6229920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.18:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.73:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0FA0;
}
.text-color {
color: #5F0FA0;
}
.border-color {
border: 2px solid #5F0FA0;
}