#507CC5
A medium, moderate blue closely aligning with Cornflowerblue.
About #507CC5
At its core, #507CC5 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Cornflowerblue. In the RGB color space, it consists of 80 red, 124 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 59% cyan and 37% magenta inks. The HSL representation is 217.4° hue, 50.2% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#507CC5
RGB80, 124, 197
HSL217.4°, 50.2%, 54.3%
CMYK59%, 37%, 0%, 23%
HSV217.4°, 59.4%, 77.3%
LAB52.0, 7.2, -42.6
XYZ20.6, 20.2, 55.6
Decimal5274821
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.03:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507CC5;
}
.text-color {
color: #507CC5;
}
.border-color {
border: 2px solid #507CC5;
}