#57B6E2
A light, vivid blue closely aligning with Lightskyblue.
About #57B6E2
At its core, #57B6E2 is a light and vivid hue. Its closest recognized web color is Lightskyblue. This translates to an RGB value of rgb(87, 182, 226).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 62% cyan and 19% magenta inks. The HSL representation is 199.0° hue, 70.6% saturation, and 61.4% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57B6E2
RGB87, 182, 226
HSL199.0°, 70.6%, 61.4%
CMYK62%, 19%, 0%, 11%
HSV199.0°, 61.5%, 88.6%
LAB70.2, -15.1, -30.4
XYZ34.4, 41.0, 78.0
Decimal5748450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.19:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57B6E2;
}
.text-color {
color: #57B6E2;
}
.border-color {
border: 2px solid #57B6E2;
}