#a2ebc9
a light, vivid green · cool · closest name: aquamarine
RGB
162, 235, 201
HSL
152°, 65%, 78%
CMYK
31, 0, 15, 8
Luminance
0.7132
Every format
| HEX | #a2ebc9 |
| RGB | rgb(162, 235, 201) |
| HSL | hsl(152, 65%, 78%) |
| CMYK | cmyk(31%, 0%, 15%, 8%) |
| LAB | lab(87.6 -29.7 9.3) |
| LCH | lch(87.6 31.1 162.5) |
| OKLCH | oklch(0.883 0.087 163.9) |
Copy-ready code
/* CSS */
color: #a2ebc9;
background-color: #a2ebc9;
/* Tailwind (arbitrary) */
class="text-[#a2ebc9] bg-[#a2ebc9]"
/* SCSS */
$brand: #a2ebc9;
/* SwiftUI */
Color(red: 0.635, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#a2ebc9")Accessibility — WCAG contrast
Aa
#a2ebc9 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ebc9 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green92.2%
Blue78.8%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#a2ebc9 text on a black background
contrast 15.26:1
Card sample
#a2ebc9 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ebc9;
Background color
Panel with #a2ebc9 background
background-color: #a2ebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ebc9; background: linear-gradient(135deg, #a2ebc9, #A2DCEB);