#5F16FF
A medium, vivid purple closely aligning with Blue.
About #5F16FF
At its core, #5F16FF is a medium and vivid hue. It is closely associated with the named CSS color Blue. This translates to an RGB value of rgb(95, 22, 255).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 63% C, 91% M, 0% Y, and 0% K. The HSL representation is 258.8° hue, 100.0% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F16FF
RGB95, 22, 255
HSL258.8°, 100.0%, 54.3%
CMYK63%, 91%, 0%, 0%
HSV258.8°, 91.4%, 100.0%
LAB38.2, 78.0, -97.8
XYZ23.1, 10.2, 95.4
Decimal6231807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.90:1
Text on #FFFFFF
AA
3.05:1
Text on #000000
AA Large
6.59:1
Text on #F8FAFC
AA
2.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F16FF;
}
.text-color {
color: #5F16FF;
}
.border-color {
border: 2px solid #5F16FF;
}