#5F078A
A dark, vivid purple closely aligning with Indigo.
About #5F078A
When working with digital screens, the color #5F078A is rendered by mixing light. Its closest recognized web color is Indigo. This translates to an RGB value of rgb(95, 7, 138).
Translating this color to physical media requires the CMYK color model. The color uses 31% Cyan, 95% Magenta, 0% Yellow, and 46% Black. The HSL representation is 280.3° hue, 90.3% saturation, and 28.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F078A
RGB95, 7, 138
HSL280.3°, 90.3%, 28.4%
CMYK31%, 95%, 0%, 46%
HSV280.3°, 94.9%, 54.1%
LAB25.0, 54.3, -50.8
XYZ9.4, 4.4, 24.4
Decimal6227850
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.65:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F078A;
}
.text-color {
color: #5F078A;
}
.border-color {
border: 2px solid #5F078A;
}