#a2dec2
a light, vivid green · cool · closest name: aquamarine
RGB
162, 222, 194
HSL
152°, 48%, 75%
CMYK
27, 0, 13, 13
Luminance
0.6382
Every format
| HEX | #a2dec2 |
| RGB | rgb(162, 222, 194) |
| HSL | hsl(152, 48%, 75%) |
| CMYK | cmyk(27%, 0%, 13%, 13%) |
| LAB | lab(83.9 -24.8 7.6) |
| LCH | lch(83.9 26.0 163.0) |
| OKLCH | oklch(0.852 0.073 164.3) |
Copy-ready code
/* CSS */
color: #a2dec2;
background-color: #a2dec2;
/* Tailwind (arbitrary) */
class="text-[#a2dec2] bg-[#a2dec2]"
/* SCSS */
$brand: #a2dec2;
/* SwiftUI */
Color(red: 0.635, green: 0.871, blue: 0.761)
/* Android */
Color.parseColor("#a2dec2")Accessibility — WCAG contrast
Aa
#a2dec2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2dec2 on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green87.1%
Blue76.1%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow12.6%
Key (black)12.9%
Color previews
#a2dec2 text on a black background
contrast 13.76:1
Card sample
#a2dec2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2dec2;
Background color
Panel with #a2dec2 background
background-color: #a2dec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2dec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 222, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 222, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2dec2; background: linear-gradient(135deg, #a2dec2, #A2D2DE);