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