#5775C5
A medium, moderate blue closely aligning with Cornflowerblue.
About #5775C5
The precise color #5775C5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(87, 117, 197).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 56% cyan and 41% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5775C5
RGB87, 117, 197
HSL223.6°, 48.7%, 55.7%
CMYK56%, 41%, 0%, 23%
HSV223.6°, 55.8%, 77.3%
LAB50.4, 12.9, -45.1
XYZ20.4, 18.8, 55.4
Decimal5731781
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.76:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5775C5;
}
.text-color {
color: #5775C5;
}
.border-color {
border: 2px solid #5775C5;
}