#a2fdbf
a light, electric green · cool · closest name: aquamarine
RGB
162, 253, 191
HSL
139°, 96%, 81%
CMYK
36, 0, 25, 1
Luminance
0.8169
Every format
| HEX | #a2fdbf |
| RGB | rgb(162, 253, 191) |
| HSL | hsl(139, 96%, 81%) |
| CMYK | cmyk(36%, 0%, 25%, 1%) |
| LAB | lab(92.4 -39.9 21.3) |
| LCH | lch(92.4 45.2 151.9) |
| OKLCH | oklch(0.921 0.122 153.6) |
Copy-ready code
/* CSS */
color: #a2fdbf;
background-color: #a2fdbf;
/* Tailwind (arbitrary) */
class="text-[#a2fdbf] bg-[#a2fdbf]"
/* SCSS */
$brand: #a2fdbf;
/* SwiftUI */
Color(red: 0.635, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#a2fdbf")Accessibility — WCAG contrast
Aa
#a2fdbf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2fdbf on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green99.2%
Blue74.9%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#a2fdbf text on a black background
contrast 17.34:1
Card sample
#a2fdbf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2fdbf;
Background color
Panel with #a2fdbf background
background-color: #a2fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2fdbf; background: linear-gradient(135deg, #a2fdbf, #A2FDFC);