#57bafd
a light, electric blue · cool · closest name: skyblue
RGB
87, 186, 253
HSL
204°, 98%, 67%
CMYK
66, 27, 0, 1
Luminance
0.4424
Every format
| HEX | #57bafd |
| RGB | rgb(87, 186, 253) |
| HSL | hsl(204, 98%, 67%) |
| CMYK | cmyk(66%, 27%, 0%, 1%) |
| LAB | lab(72.4 -8.7 -41.6) |
| LCH | lch(72.4 42.5 258.1) |
| OKLCH | oklch(0.758 0.134 241.3) |
Copy-ready code
/* CSS */
color: #57bafd;
background-color: #57bafd;
/* Tailwind (arbitrary) */
class="text-[#57bafd] bg-[#57bafd]"
/* SCSS */
$brand: #57bafd;
/* SwiftUI */
Color(red: 0.341, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#57bafd")Accessibility — WCAG contrast
Aa
#57bafd on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57bafd on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green72.9%
Blue99.2%
CMYK percentages
Cyan65.6%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#57bafd text on a black background
contrast 9.85:1
Card sample
#57bafd text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57bafd;
Background color
Panel with #57bafd background
background-color: #57bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57bafd; background: linear-gradient(135deg, #57bafd, #6357FD);