#5F0783
A dark, vivid purple closely aligning with Indigo.
About #5F0783
At its core, #5F0783 is a dark and vivid hue. Its closest recognized web color is Indigo. Its digital footprint relies on 95 parts red, 7 parts green, and 131 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 27% cyan, 95% magenta, 0% yellow, and 49% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F0783
RGB95, 7, 131
HSL282.6°, 89.9%, 27.1%
CMYK27%, 95%, 0%, 49%
HSV282.6°, 94.7%, 51.4%
LAB24.4, 52.9, -47.4
XYZ8.9, 4.2, 21.8
Decimal6227843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.38:1
Text on #FFFFFF
AAA
1.84:1
Text on #000000
FAIL
10.88:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0783;
}
.text-color {
color: #5F0783;
}
.border-color {
border: 2px solid #5F0783;
}