#57dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
87, 219, 253
HSL
192°, 98%, 67%
CMYK
66, 13, 0, 1
Luminance
0.5978
Every format
| HEX | #57dbfd |
| RGB | rgb(87, 219, 253) |
| HSL | hsl(192, 98%, 67%) |
| CMYK | cmyk(66%, 13%, 0%, 1%) |
| LAB | lab(81.7 -25.9 -27.2) |
| LCH | lch(81.7 37.5 226.5) |
| OKLCH | oklch(0.832 0.123 218.1) |
Copy-ready code
/* CSS */
color: #57dbfd;
background-color: #57dbfd;
/* Tailwind (arbitrary) */
class="text-[#57dbfd] bg-[#57dbfd]"
/* SCSS */
$brand: #57dbfd;
/* SwiftUI */
Color(red: 0.341, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#57dbfd")Accessibility — WCAG contrast
Aa
#57dbfd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57dbfd on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green85.9%
Blue99.2%
CMYK percentages
Cyan65.6%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#57dbfd text on a black background
contrast 12.96:1
Card sample
#57dbfd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57dbfd;
Background color
Panel with #57dbfd background
background-color: #57dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57dbfd; background: linear-gradient(135deg, #57dbfd, #576CFD);