#5F0F92
A dark, vivid purple closely aligning with Indigo.
About #5F0F92
The hex code #5F0F92 represents a beautifully specific shade of purple. Its closest recognized web color is Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 15, and 146.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 35% cyan, 90% magenta, 0% yellow, and 43% black. The HSL representation is 276.6° hue, 81.4% saturation, and 31.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F0F92
RGB95, 15, 146
HSL276.6°, 81.4%, 31.6%
CMYK35%, 90%, 0%, 43%
HSV276.6°, 89.7%, 57.3%
LAB26.3, 54.3, -53.6
XYZ10.1, 4.8, 27.6
Decimal6229906
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.66:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.19:1
Text on #F8FAFC
AAA
1.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F92;
}
.text-color {
color: #5F0F92;
}
.border-color {
border: 2px solid #5F0F92;
}