#a2fecf
a light, electric green · cool · closest name: aquamarine
RGB
162, 254, 207
HSL
149°, 98%, 82%
CMYK
36, 0, 19, 0
Luminance
0.8307
Every format
| HEX | #a2fecf |
| RGB | rgb(162, 254, 207) |
| HSL | hsl(149, 98%, 82%) |
| CMYK | cmyk(36%, 0%, 19%, 0%) |
| LAB | lab(93.0 -37.3 13.9) |
| LCH | lch(93.0 39.8 159.5) |
| OKLCH | oklch(0.927 0.110 161.0) |
Copy-ready code
/* CSS */
color: #a2fecf;
background-color: #a2fecf;
/* Tailwind (arbitrary) */
class="text-[#a2fecf] bg-[#a2fecf]"
/* SCSS */
$brand: #a2fecf;
/* SwiftUI */
Color(red: 0.635, green: 0.996, blue: 0.812)
/* Android */
Color.parseColor("#a2fecf")Accessibility — WCAG contrast
Aa
#a2fecf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2fecf on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green99.6%
Blue81.2%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow18.5%
Key (black)0.4%
Color previews
#a2fecf text on a black background
contrast 17.61:1
Card sample
#a2fecf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2fecf;
Background color
Panel with #a2fecf background
background-color: #a2fecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2fecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 254, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 254, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2fecf; background: linear-gradient(135deg, #a2fecf, #A2F0FE);