#5F1699
A dark, vivid purple closely aligning with Indigo.
About #5F1699
At its core, #5F1699 is a dark and vivid hue. Its closest recognized web color is Indigo. Its digital footprint relies on 95 parts red, 22 parts green, and 153 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 38% Cyan, 86% Magenta, 0% Yellow, and 40% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F1699
RGB95, 22, 153
HSL273.4°, 74.9%, 34.3%
CMYK38%, 86%, 0%, 40%
HSV273.4°, 85.6%, 60.0%
LAB27.6, 54.0, -55.8
XYZ10.8, 5.3, 30.6
Decimal6231705
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.19:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.74:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1699;
}
.text-color {
color: #5F1699;
}
.border-color {
border: 2px solid #5F1699;
}