#5F0F83
A dark, vivid purple closely aligning with Indigo.
About #5F0F83
At its core, #5F0F83 is a dark and vivid hue. Designers often compare it to the standard color Indigo. In the RGB color space, it consists of 95 red, 15 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 27% C, 89% M, 0% Y, and 49% K. With a hue angle of 281.4 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F0F83
RGB95, 15, 131
HSL281.4°, 79.5%, 28.6%
CMYK27%, 89%, 0%, 49%
HSV281.4°, 88.5%, 51.4%
LAB25.0, 51.1, -46.4
XYZ9.0, 4.4, 21.9
Decimal6229891
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.15:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.66:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F83;
}
.text-color {
color: #5F0F83;
}
.border-color {
border: 2px solid #5F0F83;
}