#a2feaf
a light, electric green · cool · closest name: aquamarine
RGB
162, 254, 175
HSL
129°, 98%, 82%
CMYK
36, 0, 31, 0
Luminance
0.8166
Every format
| HEX | #a2feaf |
| RGB | rgb(162, 254, 175) |
| HSL | hsl(129, 98%, 82%) |
| CMYK | cmyk(36%, 0%, 31%, 0%) |
| LAB | lab(92.4 -43.1 29.4) |
| LCH | lch(92.4 52.1 145.7) |
| OKLCH | oklch(0.920 0.139 147.8) |
Copy-ready code
/* CSS */
color: #a2feaf;
background-color: #a2feaf;
/* Tailwind (arbitrary) */
class="text-[#a2feaf] bg-[#a2feaf]"
/* SCSS */
$brand: #a2feaf;
/* SwiftUI */
Color(red: 0.635, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#a2feaf")Accessibility — WCAG contrast
Aa
#a2feaf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2feaf on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green99.6%
Blue68.6%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#a2feaf text on a black background
contrast 17.33:1
Card sample
#a2feaf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2feaf;
Background color
Panel with #a2feaf background
background-color: #a2feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2feaf; background: linear-gradient(135deg, #a2feaf, #A2FEEC);