#57c2db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
87, 194, 219
HSL
191°, 65%, 60%
CMYK
60, 11, 0, 14
Luminance
0.4572
Every format
| HEX | #57c2db |
| RGB | rgb(87, 194, 219) |
| HSL | hsl(191, 65%, 60%) |
| CMYK | cmyk(60%, 11%, 0%, 14%) |
| LAB | lab(73.4 -23.4 -21.7) |
| LCH | lch(73.4 31.9 222.8) |
| OKLCH | oklch(0.761 0.104 215.6) |
Copy-ready code
/* CSS */
color: #57c2db;
background-color: #57c2db;
/* Tailwind (arbitrary) */
class="text-[#57c2db] bg-[#57c2db]"
/* SCSS */
$brand: #57c2db;
/* SwiftUI */
Color(red: 0.341, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#57c2db")Accessibility — WCAG contrast
Aa
#57c2db on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57c2db on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green76.1%
Blue85.9%
CMYK percentages
Cyan60.3%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#57c2db text on a black background
contrast 10.14:1
Card sample
#57c2db text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57c2db;
Background color
Panel with #57c2db background
background-color: #57c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57c2db; background: linear-gradient(135deg, #57c2db, #576ADB);