#a2dfb4
a light, vivid green · cool · closest name: aquamarine
RGB
162, 223, 180
HSL
138°, 49%, 76%
CMYK
27, 0, 19, 13
Luminance
0.6375
Every format
| HEX | #a2dfb4 |
| RGB | rgb(162, 223, 180) |
| HSL | hsl(138, 49%, 76%) |
| CMYK | cmyk(27%, 0%, 19%, 13%) |
| LAB | lab(83.8 -28.0 14.9) |
| LCH | lch(83.8 31.7 151.9) |
| OKLCH | oklch(0.851 0.086 153.6) |
Copy-ready code
/* CSS */
color: #a2dfb4;
background-color: #a2dfb4;
/* Tailwind (arbitrary) */
class="text-[#a2dfb4] bg-[#a2dfb4]"
/* SCSS */
$brand: #a2dfb4;
/* SwiftUI */
Color(red: 0.635, green: 0.875, blue: 0.706)
/* Android */
Color.parseColor("#a2dfb4")Accessibility — WCAG contrast
Aa
#a2dfb4 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2dfb4 on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green87.5%
Blue70.6%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow19.3%
Key (black)12.5%
Color previews
#a2dfb4 text on a black background
contrast 13.75:1
Card sample
#a2dfb4 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2dfb4;
Background color
Panel with #a2dfb4 background
background-color: #a2dfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2dfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 223, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 223, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2dfb4; background: linear-gradient(135deg, #a2dfb4, #A2DFDD);