#abeb99
a light, vivid green · cool · closest name: aquamarine
RGB
171, 235, 153
HSL
107°, 67%, 76%
CMYK
27, 0, 35, 8
Luminance
0.7037
Every format
| HEX | #abeb99 |
| RGB | rgb(171, 235, 153) |
| HSL | hsl(107, 67%, 76%) |
| CMYK | cmyk(27%, 0%, 35%, 8%) |
| LAB | lab(87.2 -35.1 33.5) |
| LCH | lch(87.2 48.6 136.4) |
| OKLCH | oklch(0.877 0.127 138.9) |
Copy-ready code
/* CSS */
color: #abeb99;
background-color: #abeb99;
/* Tailwind (arbitrary) */
class="text-[#abeb99] bg-[#abeb99]"
/* SCSS */
$brand: #abeb99;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.600)
/* Android */
Color.parseColor("#abeb99")Accessibility — WCAG contrast
Aa
#abeb99 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeb99 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue60.0%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow34.9%
Key (black)7.8%
Color previews
#abeb99 text on a black background
contrast 15.07:1
Card sample
#abeb99 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeb99;
Background color
Panel with #abeb99 background
background-color: #abeb99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeb99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeb99; background: linear-gradient(135deg, #abeb99, #99EBBE);