#47086C
A dark, vivid purple closely aligning with Indigo.
About #47086C
Visually, #47086C is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Indigo. Its digital footprint relies on 71 parts red, 8 parts green, and 108 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 34% Cyan, 93% Magenta, 0% Yellow, and 58% Black. With a hue angle of 277.8 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#47086C
RGB71, 8, 108
HSL277.8°, 86.2%, 22.7%
CMYK34%, 93%, 0%, 58%
HSV277.8°, 92.6%, 42.4%
LAB18.3, 44.1, -42.7
XYZ5.4, 2.6, 14.4
Decimal4655212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.82:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.21:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #47086C;
}
.text-color {
color: #47086C;
}
.border-color {
border: 2px solid #47086C;
}