#5700F8
A medium, vivid purple closely aligning with Blue.
About #5700F8
The precise color #5700F8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Blue. This translates to an RGB value of rgb(87, 0, 248).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 65% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5700F8
RGB87, 0, 248
HSL261.0°, 100.0%, 48.6%
CMYK65%, 100%, 0%, 3%
HSV261.0°, 100.0%, 97.3%
LAB35.6, 79.2, -98.3
XYZ20.9, 8.8, 89.4
Decimal5701880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.61:1
Text on #FFFFFF
AAA
2.76:1
Text on #000000
FAIL
7.27:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5700F8;
}
.text-color {
color: #5700F8;
}
.border-color {
border: 2px solid #5700F8;
}