#5F24AF
A medium, moderate purple closely aligning with Indigo.
About #5F24AF
When working with digital screens, the color #5F24AF is rendered by mixing light. Designers often compare it to the standard color Indigo. This translates to an RGB value of rgb(95, 36, 175).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 46% C, 79% M, 0% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F24AF
RGB95, 36, 175
HSL265.5°, 65.9%, 41.4%
CMYK46%, 79%, 0%, 31%
HSV265.5°, 79.4%, 68.6%
LAB31.3, 54.2, -63.0
XYZ13.1, 6.8, 41.2
Decimal6235311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.91:1
Text on #FFFFFF
AAA
2.36:1
Text on #000000
FAIL
8.51:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F24AF;
}
.text-color {
color: #5F24AF;
}
.border-color {
border: 2px solid #5F24AF;
}