#577CE2
A light, vivid blue closely aligning with Dodgerblue.
About #577CE2
Visually, #577CE2 is defined as a vivid blue. It is closely associated with the named CSS color Dodgerblue. This translates to an RGB value of rgb(87, 124, 226).
For print applications, it's crucial to understand its CMYK makeup. The color uses 62% Cyan, 45% Magenta, 0% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#577CE2
RGB87, 124, 226
HSL224.0°, 70.6%, 61.4%
CMYK62%, 45%, 0%, 11%
HSV224.0°, 61.5%, 88.6%
LAB54.0, 18.3, -55.9
XYZ24.9, 21.9, 74.9
Decimal5733602
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.90:1
Text on #FFFFFF
AA Large
5.39:1
Text on #000000
AA
3.73:1
Text on #F8FAFC
AA Large
4.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #577CE2;
}
.text-color {
color: #577CE2;
}
.border-color {
border: 2px solid #577CE2;
}