#abee9a
a light, vivid green · cool · closest name: aquamarine
RGB
171, 238, 154
HSL
108°, 71%, 77%
CMYK
28, 0, 35, 7
Luminance
0.7214
Every format
| HEX | #abee9a |
| RGB | rgb(171, 238, 154) |
| HSL | hsl(108, 71%, 77%) |
| CMYK | cmyk(28%, 0%, 35%, 7%) |
| LAB | lab(88.0 -36.4 34.1) |
| LCH | lch(88.0 49.9 136.8) |
| OKLCH | oklch(0.884 0.131 139.4) |
Copy-ready code
/* CSS */
color: #abee9a;
background-color: #abee9a;
/* Tailwind (arbitrary) */
class="text-[#abee9a] bg-[#abee9a]"
/* SCSS */
$brand: #abee9a;
/* SwiftUI */
Color(red: 0.671, green: 0.933, blue: 0.604)
/* Android */
Color.parseColor("#abee9a")Accessibility — WCAG contrast
Aa
#abee9a on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abee9a on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green93.3%
Blue60.4%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow35.3%
Key (black)6.7%
Color previews
#abee9a text on a black background
contrast 15.43:1
Card sample
#abee9a text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abee9a;
Background color
Panel with #abee9a background
background-color: #abee9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abee9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 238, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 238, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abee9a; background: linear-gradient(135deg, #abee9a, #9AEEC1);