#a2fbaf
a light, electric green · cool · closest name: aquamarine
RGB
162, 251, 175
HSL
129°, 92%, 81%
CMYK
36, 0, 30, 2
Luminance
0.7977
Every format
| HEX | #a2fbaf |
| RGB | rgb(162, 251, 175) |
| HSL | hsl(129, 92%, 81%) |
| CMYK | cmyk(36%, 0%, 30%, 2%) |
| LAB | lab(91.6 -41.7 28.2) |
| LCH | lch(91.6 50.4 145.9) |
| OKLCH | oklch(0.913 0.134 148.0) |
Copy-ready code
/* CSS */
color: #a2fbaf;
background-color: #a2fbaf;
/* Tailwind (arbitrary) */
class="text-[#a2fbaf] bg-[#a2fbaf]"
/* SCSS */
$brand: #a2fbaf;
/* SwiftUI */
Color(red: 0.635, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#a2fbaf")Accessibility — WCAG contrast
Aa
#a2fbaf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2fbaf on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green98.4%
Blue68.6%
CMYK percentages
Cyan35.5%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#a2fbaf text on a black background
contrast 16.95:1
Card sample
#a2fbaf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2fbaf;
Background color
Panel with #a2fbaf background
background-color: #a2fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2fbaf; background: linear-gradient(135deg, #a2fbaf, #A2FBEA);