#5F007C
A dark, vivid magenta closely aligning with Indigo.
About #5F007C
When working with digital screens, the color #5F007C is rendered by mixing light. Designers often compare it to the standard color Indigo. This translates to an RGB value of rgb(95, 0, 124).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 23% C, 100% M, 0% Y, and 51% K. With a hue angle of 286.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F007C
RGB95, 0, 124
HSL286.0°, 100.0%, 24.3%
CMYK23%, 100%, 0%, 51%
HSV286.0°, 100.0%, 48.6%
LAB23.3, 52.9, -44.7
XYZ8.4, 3.9, 19.4
Decimal6226044
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.81:1
Text on #FFFFFF
AAA
1.78:1
Text on #000000
FAIL
11.29:1
Text on #F8FAFC
AAA
1.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F007C;
}
.text-color {
color: #5F007C;
}
.border-color {
border: 2px solid #5F007C;
}