#5F16F8
A medium, vivid purple closely aligning with Blue.
About #5F16F8
When working with digital screens, the color #5F16F8 is rendered by mixing light. It is closely associated with the named CSS color Blue. In the RGB color space, it consists of 95 red, 22 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 62% C, 91% M, 0% Y, and 3% K. With a hue angle of 259.4 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F16F8
RGB95, 22, 248
HSL259.4°, 94.2%, 52.9%
CMYK62%, 91%, 0%, 3%
HSV259.4°, 91.1%, 97.3%
LAB37.5, 76.4, -95.2
XYZ21.9, 9.8, 89.5
Decimal6231800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.10:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.79:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F16F8;
}
.text-color {
color: #5F16F8;
}
.border-color {
border: 2px solid #5F16F8;
}