#a2ffaf
a light, electric green · cool · closest name: aquamarine
RGB
162, 255, 175
HSL
128°, 100%, 82%
CMYK
37, 0, 31, 0
Luminance
0.8230
Every format
| HEX | #a2ffaf |
| RGB | rgb(162, 255, 175) |
| HSL | hsl(128, 100%, 82%) |
| CMYK | cmyk(37%, 0%, 31%, 0%) |
| LAB | lab(92.7 -43.5 29.7) |
| LCH | lch(92.7 52.7 145.6) |
| OKLCH | oklch(0.922 0.140 147.7) |
Copy-ready code
/* CSS */
color: #a2ffaf;
background-color: #a2ffaf;
/* Tailwind (arbitrary) */
class="text-[#a2ffaf] bg-[#a2ffaf]"
/* SCSS */
$brand: #a2ffaf;
/* SwiftUI */
Color(red: 0.635, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#a2ffaf")Accessibility — WCAG contrast
Aa
#a2ffaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ffaf on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green100.0%
Blue68.6%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#a2ffaf text on a black background
contrast 17.46:1
Card sample
#a2ffaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ffaf;
Background color
Panel with #a2ffaf background
background-color: #a2ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ffaf; background: linear-gradient(135deg, #a2ffaf, #A2FFED);