#5F07A0
A dark, vivid purple closely aligning with Indigo.
About #5F07A0
The hex code #5F07A0 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, 7 parts green, and 160 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 41% Cyan, 96% Magenta, 0% Yellow, and 37% Black. The HSL representation is 274.5° hue, 91.6% saturation, and 32.7% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F07A0
RGB95, 7, 160
HSL274.5°, 91.6%, 32.7%
CMYK41%, 96%, 0%, 37%
HSV274.5°, 95.6%, 62.7%
LAB27.1, 59.0, -61.0
XYZ11.1, 5.1, 33.7
Decimal6227872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.37:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.91:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F07A0;
}
.text-color {
color: #5F07A0;
}
.border-color {
border: 2px solid #5F07A0;
}