#5F66C5
A medium, moderate blue closely aligning with Slateblue.
About #5F66C5
At its core, #5F66C5 is a medium and moderate hue. It is closely associated with the named CSS color Slateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 102, and 197.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 52% C, 48% M, 0% Y, and 23% K. 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#5F66C5
RGB95, 102, 197
HSL235.9°, 46.8%, 57.3%
CMYK52%, 48%, 0%, 23%
HSV235.9°, 51.8%, 77.3%
LAB46.9, 23.9, -50.7
XYZ19.5, 16.0, 54.9
Decimal6252229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.01:1
Text on #FFFFFF
AA
4.19:1
Text on #000000
AA Large
4.79:1
Text on #F8FAFC
AA
3.56:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F66C5;
}
.text-color {
color: #5F66C5;
}
.border-color {
border: 2px solid #5F66C5;
}