#57ebfd
a light, electric cyan · cool · closest name: cyan
RGB
87, 235, 253
HSL
187°, 98%, 67%
CMYK
66, 7, 0, 1
Luminance
0.6853
Every format
| HEX | #57ebfd |
| RGB | rgb(87, 235, 253) |
| HSL | hsl(187, 98%, 67%) |
| CMYK | cmyk(66%, 7%, 0%, 1%) |
| LAB | lab(86.3 -33.6 -20.3) |
| LCH | lch(86.3 39.2 211.1) |
| OKLCH | oklch(0.869 0.126 206.6) |
Copy-ready code
/* CSS */
color: #57ebfd;
background-color: #57ebfd;
/* Tailwind (arbitrary) */
class="text-[#57ebfd] bg-[#57ebfd]"
/* SCSS */
$brand: #57ebfd;
/* SwiftUI */
Color(red: 0.341, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#57ebfd")Accessibility — WCAG contrast
Aa
#57ebfd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57ebfd on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green92.2%
Blue99.2%
CMYK percentages
Cyan65.6%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#57ebfd text on a black background
contrast 14.71:1
Card sample
#57ebfd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57ebfd;
Background color
Panel with #57ebfd background
background-color: #57ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57ebfd; background: linear-gradient(135deg, #57ebfd, #577DFD);