#575FCC
A medium, moderate blue closely aligning with Slateblue.
About #575FCC
The precise color #575FCC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Slateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 95, and 204.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 57% C, 53% M, 0% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#575FCC
RGB87, 95, 204
HSL235.9°, 53.4%, 57.1%
CMYK57%, 53%, 0%, 20%
HSV235.9°, 57.4%, 80.0%
LAB45.0, 28.8, -57.8
XYZ18.9, 14.6, 58.9
Decimal5726156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.37:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.13:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #575FCC;
}
.text-color {
color: #575FCC;
}
.border-color {
border: 2px solid #575FCC;
}