#a2feba
a light, electric green · cool · closest name: aquamarine
RGB
162, 254, 186
HSL
136°, 98%, 82%
CMYK
36, 0, 27, 0
Luminance
0.8211
Every format
| HEX | #a2feba |
| RGB | rgb(162, 254, 186) |
| HSL | hsl(136, 98%, 82%) |
| CMYK | cmyk(36%, 0%, 27%, 0%) |
| LAB | lab(92.6 -41.2 24.1) |
| LCH | lch(92.6 47.7 149.7) |
| OKLCH | oklch(0.922 0.128 151.5) |
Copy-ready code
/* CSS */
color: #a2feba;
background-color: #a2feba;
/* Tailwind (arbitrary) */
class="text-[#a2feba] bg-[#a2feba]"
/* SCSS */
$brand: #a2feba;
/* SwiftUI */
Color(red: 0.635, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#a2feba")Accessibility — WCAG contrast
Aa
#a2feba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2feba on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green99.6%
Blue72.9%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#a2feba text on a black background
contrast 17.42:1
Card sample
#a2feba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2feba;
Background color
Panel with #a2feba background
background-color: #a2feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2feba; background: linear-gradient(135deg, #a2feba, #A2FEF7);