#2C57F8
A medium, vivid blue closely aligning with Mediumslateblue.
About #2C57F8
At its core, #2C57F8 is a medium and vivid hue. Designers often compare it to the standard color Mediumslateblue. Its digital footprint relies on 44 parts red, 87 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 82% cyan and 65% magenta inks. With a hue angle of 227.4 degrees, it sits comfortably in the blue spectrum.
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#2C57F8
RGB44, 87, 248
HSL227.4°, 93.6%, 57.3%
CMYK82%, 65%, 0%, 3%
HSV227.4°, 82.3%, 97.3%
LAB44.4, 43.7, -83.8
XYZ21.4, 14.1, 90.4
Decimal2906104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.49:1
Text on #FFFFFF
AA
3.83:1
Text on #000000
AA Large
5.25:1
Text on #F8FAFC
AA
3.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C57F8;
}
.text-color {
color: #2C57F8;
}
.border-color {
border: 2px solid #2C57F8;
}