#5F07FF
A medium, vivid purple closely aligning with Blue.
About #5F07FF
At its core, #5F07FF is a medium and vivid hue. It is closely associated with the named CSS color Blue. In the RGB color space, it consists of 95 red, 7 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 63% C, 97% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F07FF
RGB95, 7, 255
HSL261.3°, 100.0%, 51.4%
CMYK63%, 97%, 0%, 0%
HSV261.3°, 97.3%, 100.0%
LAB37.5, 80.3, -99.1
XYZ22.8, 9.8, 95.3
Decimal6227967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.09:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.78:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F07FF;
}
.text-color {
color: #5F07FF;
}
.border-color {
border: 2px solid #5F07FF;
}