#57AFF8
A light, vivid blue closely aligning with Deepskyblue.
About #57AFF8
Visually, #57AFF8 is defined as a vivid blue. Its closest recognized web color is Deepskyblue. This translates to an RGB value of rgb(87, 175, 248).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 65% cyan, 29% magenta, 0% yellow, and 3% black. With a hue angle of 207.2 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57AFF8
RGB87, 175, 248
HSL207.2°, 92.0%, 65.7%
CMYK65%, 29%, 0%, 3%
HSV207.2°, 64.9%, 97.3%
LAB69.1, -4.3, -44.1
XYZ36.2, 39.5, 94.5
Decimal5746680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.89:1
Text on #000000
AAA
2.26:1
Text on #F8FAFC
FAIL
7.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57AFF8;
}
.text-color {
color: #57AFF8;
}
.border-color {
border: 2px solid #57AFF8;
}