#a2eeba
a light, vivid green · cool · closest name: aquamarine
RGB
162, 238, 186
HSL
139°, 69%, 78%
CMYK
32, 0, 22, 7
Luminance
0.7238
Every format
| HEX | #a2eeba |
| RGB | rgb(162, 238, 186) |
| HSL | hsl(139, 69%, 78%) |
| CMYK | cmyk(32%, 0%, 22%, 7%) |
| LAB | lab(88.2 -33.9 17.9) |
| LCH | lch(88.2 38.4 152.2) |
| OKLCH | oklch(0.886 0.104 153.9) |
Copy-ready code
/* CSS */
color: #a2eeba;
background-color: #a2eeba;
/* Tailwind (arbitrary) */
class="text-[#a2eeba] bg-[#a2eeba]"
/* SCSS */
$brand: #a2eeba;
/* SwiftUI */
Color(red: 0.635, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#a2eeba")Accessibility — WCAG contrast
Aa
#a2eeba on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2eeba on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green93.3%
Blue72.9%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#a2eeba text on a black background
contrast 15.48:1
Card sample
#a2eeba text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2eeba;
Background color
Panel with #a2eeba background
background-color: #a2eeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2eeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2eeba; background: linear-gradient(135deg, #a2eeba, #A2EEED);