#57e2ab
a balanced, vivid green · cool · closest name: aquamarine
RGB
87, 226, 171
HSL
156°, 71%, 61%
CMYK
62, 0, 24, 11
Luminance
0.5936
Every format
| HEX | #57e2ab |
| RGB | rgb(87, 226, 171) |
| HSL | hsl(156, 71%, 61%) |
| CMYK | cmyk(62%, 0%, 24%, 11%) |
| LAB | lab(81.5 -50.3 15.9) |
| LCH | lch(81.5 52.8 162.4) |
| OKLCH | oklch(0.823 0.145 163.7) |
Copy-ready code
/* CSS */
color: #57e2ab;
background-color: #57e2ab;
/* Tailwind (arbitrary) */
class="text-[#57e2ab] bg-[#57e2ab]"
/* SCSS */
$brand: #57e2ab;
/* SwiftUI */
Color(red: 0.341, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#57e2ab")Accessibility — WCAG contrast
Aa
#57e2ab on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57e2ab on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green88.6%
Blue67.1%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#57e2ab text on a black background
contrast 12.87:1
Card sample
#57e2ab text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57e2ab;
Background color
Panel with #57e2ab background
background-color: #57e2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57e2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57e2ab; background: linear-gradient(135deg, #57e2ab, #57BCE2);