#5F57B6
A medium, moderate blue closely aligning with Slateblue.
About #5F57B6
When working with digital screens, the color #5F57B6 is rendered by mixing light. Designers often compare it to the standard color Slateblue. In the RGB color space, it consists of 95 red, 87 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 48% Cyan, 52% Magenta, 0% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F57B6
RGB95, 87, 182
HSL245.1°, 39.4%, 52.7%
CMYK48%, 52%, 0%, 29%
HSV245.1°, 52.2%, 71.4%
LAB42.2, 28.5, -49.5
XYZ16.6, 12.6, 45.8
Decimal6248374
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.96:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.69:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F57B6;
}
.text-color {
color: #5F57B6;
}
.border-color {
border: 2px solid #5F57B6;
}