#5F0FFF
A medium, vivid purple closely aligning with Blue.
About #5F0FFF
When working with digital screens, the color #5F0FFF is rendered by mixing light. Designers often compare it to the standard color Blue. Its digital footprint relies on 95 parts red, 15 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 63% Cyan, 94% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#5F0FFF
RGB95, 15, 255
HSL260.0°, 100.0%, 52.9%
CMYK63%, 94%, 0%, 0%
HSV260.0°, 94.1%, 100.0%
LAB37.8, 79.3, -98.5
XYZ22.9, 10.0, 95.3
Decimal6230015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.00:1
Text on #FFFFFF
AAA
3.00:1
Text on #000000
FAIL
6.69:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0FFF;
}
.text-color {
color: #5F0FFF;
}
.border-color {
border: 2px solid #5F0FFF;
}