#575FFF
A light, vivid blue closely aligning with Mediumslateblue.
About #575FFF
At its core, #575FFF is a light and vivid hue. It is closely associated with the named CSS color Mediumslateblue. In the RGB color space, it consists of 87 red, 95 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 66% cyan and 63% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light 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#575FFF
RGB87, 95, 255
HSL237.1°, 100.0%, 67.1%
CMYK66%, 63%, 0%, 0%
HSV237.1°, 65.9%, 100.0%
LAB48.8, 45.6, -80.5
XYZ26.1, 17.4, 96.6
Decimal5726207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #575FFF;
}
.text-color {
color: #575FFF;
}
.border-color {
border: 2px solid #575FFF;
}