#57CCFF
A light, vivid blue closely aligning with Deepskyblue.
About #57CCFF
At its core, #57CCFF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Deepskyblue. This translates to an RGB value of rgb(87, 204, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 66% cyan, 20% magenta, 0% yellow, and 0% black. With a hue angle of 198.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57CCFF
RGB87, 204, 255
HSL198.2°, 100.0%, 67.1%
CMYK66%, 20%, 0%, 0%
HSV198.2°, 65.9%, 100.0%
LAB77.5, -17.6, -34.7
XYZ43.6, 52.4, 102.4
Decimal5754111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.49:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57CCFF;
}
.text-color {
color: #57CCFF;
}
.border-color {
border: 2px solid #57CCFF;
}