#5700F0
A medium, vivid purple closely aligning with Blue.
About #5700F0
When working with digital screens, the color #5700F0 is rendered by mixing light. It is closely associated with the named CSS color Blue. In the RGB color space, it consists of 87 red, 0 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 64% C, 100% M, 0% Y, and 6% K. The HSL representation is 261.8° hue, 100.0% saturation, and 47.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5700F0
RGB87, 0, 240
HSL261.8°, 100.0%, 47.1%
CMYK64%, 100%, 0%, 6%
HSV261.8°, 100.0%, 94.1%
LAB34.6, 77.4, -95.4
XYZ19.7, 8.3, 83.0
Decimal5701872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.88:1
Text on #FFFFFF
AAA
2.66:1
Text on #000000
FAIL
7.54:1
Text on #F8FAFC
AAA
2.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5700F0;
}
.text-color {
color: #5700F0;
}
.border-color {
border: 2px solid #5700F0;
}