#2ade97
a balanced, vivid green · cool · closest name: aquamarine
RGB
42, 222, 151
HSL
156°, 73%, 52%
CMYK
81, 0, 32, 13
Luminance
0.5497
Every format
| HEX | #2ade97 |
| RGB | rgb(42, 222, 151) |
| HSL | hsl(156, 73%, 52%) |
| CMYK | cmyk(81%, 0%, 32%, 13%) |
| LAB | lab(79.0 -59.4 22.8) |
| LCH | lch(79.0 63.6 159.0) |
| OKLCH | oklch(0.799 0.171 160.3) |
Copy-ready code
/* CSS */
color: #2ade97;
background-color: #2ade97;
/* Tailwind (arbitrary) */
class="text-[#2ade97] bg-[#2ade97]"
/* SCSS */
$brand: #2ade97;
/* SwiftUI */
Color(red: 0.165, green: 0.871, blue: 0.592)
/* Android */
Color.parseColor("#2ade97")Accessibility — WCAG contrast
Aa
#2ade97 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ade97 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green87.1%
Blue59.2%
CMYK percentages
Cyan81.1%
Magenta0.0%
Yellow32.0%
Key (black)12.9%
Color previews
#2ade97 text on a black background
contrast 11.99:1
Card sample
#2ade97 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ade97;
Background color
Panel with #2ade97 background
background-color: #2ade97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ade97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 222, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 222, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ade97; background: linear-gradient(135deg, #2ade97, #2AADDE);