#5783E2
A light, vivid blue closely aligning with Cornflowerblue.
About #5783E2
Visually, #5783E2 is defined as a vivid blue. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(87, 131, 226).
If you are designing for print, the four-color process is what matters most. The color uses 62% Cyan, 42% Magenta, 0% Yellow, and 11% Black. With a hue angle of 221.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5783E2
RGB87, 131, 226
HSL221.0°, 70.6%, 61.4%
CMYK62%, 42%, 0%, 11%
HSV221.0°, 61.5%, 88.6%
LAB55.8, 14.0, -52.9
XYZ25.8, 23.7, 75.2
Decimal5735394
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.75:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5783E2;
}
.text-color {
color: #5783E2;
}
.border-color {
border: 2px solid #5783E2;
}