#abeb9d
a light, vivid green · cool · closest name: aquamarine
RGB
171, 235, 157
HSL
109°, 66%, 77%
CMYK
27, 0, 33, 8
Luminance
0.7051
Every format
| HEX | #abeb9d |
| RGB | rgb(171, 235, 157) |
| HSL | hsl(109, 66%, 77%) |
| CMYK | cmyk(27%, 0%, 33%, 8%) |
| LAB | lab(87.2 -34.5 31.6) |
| LCH | lch(87.2 46.8 137.6) |
| OKLCH | oklch(0.878 0.123 140.0) |
Copy-ready code
/* CSS */
color: #abeb9d;
background-color: #abeb9d;
/* Tailwind (arbitrary) */
class="text-[#abeb9d] bg-[#abeb9d]"
/* SCSS */
$brand: #abeb9d;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.616)
/* Android */
Color.parseColor("#abeb9d")Accessibility — WCAG contrast
Aa
#abeb9d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeb9d on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue61.6%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow33.2%
Key (black)7.8%
Color previews
#abeb9d text on a black background
contrast 15.10:1
Card sample
#abeb9d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeb9d;
Background color
Panel with #abeb9d background
background-color: #abeb9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeb9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeb9d; background: linear-gradient(135deg, #abeb9d, #9DEBC3);