#575FE2
A light, vivid blue closely aligning with Mediumslateblue.
About #575FE2
At its core, #575FE2 is a light and vivid hue. Designers often compare it to the standard color Mediumslateblue. This translates to an RGB value of rgb(87, 95, 226).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 62% C, 58% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#575FE2
RGB87, 95, 226
HSL236.5°, 70.6%, 61.4%
CMYK62%, 58%, 0%, 11%
HSV236.5°, 61.5%, 88.6%
LAB46.6, 36.1, -67.8
XYZ21.8, 15.7, 73.8
Decimal5726178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #575FE2;
}
.text-color {
color: #575FE2;
}
.border-color {
border: 2px solid #575FE2;
}