#57fdce
a light, electric cyan · cool · closest name: aquamarine
RGB
87, 253, 206
HSL
163°, 98%, 67%
CMYK
66, 0, 19, 1
Luminance
0.7673
Every format
| HEX | #57fdce |
| RGB | rgb(87, 253, 206) |
| HSL | hsl(163, 98%, 67%) |
| CMYK | cmyk(66%, 0%, 19%, 1%) |
| LAB | lab(90.2 -53.6 10.0) |
| LCH | lch(90.2 54.5 169.4) |
| OKLCH | oklch(0.896 0.152 170.3) |
Copy-ready code
/* CSS */
color: #57fdce;
background-color: #57fdce;
/* Tailwind (arbitrary) */
class="text-[#57fdce] bg-[#57fdce]"
/* SCSS */
$brand: #57fdce;
/* SwiftUI */
Color(red: 0.341, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#57fdce")Accessibility — WCAG contrast
Aa
#57fdce on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57fdce on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green99.2%
Blue80.8%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#57fdce text on a black background
contrast 16.35:1
Card sample
#57fdce text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57fdce;
Background color
Panel with #57fdce background
background-color: #57fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57fdce; background: linear-gradient(135deg, #57fdce, #57BDFD);