#5F57CC
A medium, moderate blue closely aligning with Slateblue.
About #5F57CC
Visually, #5F57CC is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Slateblue. In the RGB color space, it consists of 95 red, 87 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 53% cyan and 57% magenta inks. With a hue angle of 244.1 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F57CC
RGB95, 87, 204
HSL244.1°, 53.4%, 57.1%
CMYK53%, 57%, 0%, 20%
HSV244.1°, 57.4%, 80.0%
LAB43.7, 35.3, -59.9
XYZ19.0, 13.6, 58.8
Decimal6248396
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.64:1
Text on #FFFFFF
AA
3.72:1
Text on #000000
AA Large
5.39:1
Text on #F8FAFC
AA
3.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F57CC;
}
.text-color {
color: #5F57CC;
}
.border-color {
border: 2px solid #5F57CC;
}