#57c7ec
a balanced, electric cyan · cool · closest name: skyblue
RGB
87, 199, 236
HSL
195°, 80%, 63%
CMYK
63, 16, 0, 8
Luminance
0.4893
Every format
| HEX | #57c7ec |
| RGB | rgb(87, 199, 236) |
| HSL | hsl(195, 80%, 63%) |
| CMYK | cmyk(63%, 16%, 0%, 8%) |
| LAB | lab(75.4 -20.9 -27.8) |
| LCH | lch(75.4 34.8 233.0) |
| OKLCH | oklch(0.779 0.114 223.0) |
Copy-ready code
/* CSS */
color: #57c7ec;
background-color: #57c7ec;
/* Tailwind (arbitrary) */
class="text-[#57c7ec] bg-[#57c7ec]"
/* SCSS */
$brand: #57c7ec;
/* SwiftUI */
Color(red: 0.341, green: 0.780, blue: 0.925)
/* Android */
Color.parseColor("#57c7ec")Accessibility — WCAG contrast
Aa
#57c7ec on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57c7ec on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green78.0%
Blue92.5%
CMYK percentages
Cyan63.1%
Magenta15.7%
Yellow0.0%
Key (black)7.5%
Color previews
#57c7ec text on a black background
contrast 10.79:1
Card sample
#57c7ec text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57c7ec;
Background color
Panel with #57c7ec background
background-color: #57c7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57c7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 199, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 199, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57c7ec; background: linear-gradient(135deg, #57c7ec, #5764EC);