#abf09c
a light, vivid green · cool · closest name: aquamarine
RGB
171, 240, 156
HSL
109°, 74%, 78%
CMYK
29, 0, 35, 6
Luminance
0.7338
Every format
| HEX | #abf09c |
| RGB | rgb(171, 240, 156) |
| HSL | hsl(109, 74%, 78%) |
| CMYK | cmyk(29%, 0%, 35%, 6%) |
| LAB | lab(88.6 -37.0 33.9) |
| LCH | lch(88.6 50.2 137.5) |
| OKLCH | oklch(0.889 0.132 140.0) |
Copy-ready code
/* CSS */
color: #abf09c;
background-color: #abf09c;
/* Tailwind (arbitrary) */
class="text-[#abf09c] bg-[#abf09c]"
/* SCSS */
$brand: #abf09c;
/* SwiftUI */
Color(red: 0.671, green: 0.941, blue: 0.612)
/* Android */
Color.parseColor("#abf09c")Accessibility — WCAG contrast
Aa
#abf09c on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf09c on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.1%
Blue61.2%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow35.0%
Key (black)5.9%
Color previews
#abf09c text on a black background
contrast 15.68:1
Card sample
#abf09c text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf09c;
Background color
Panel with #abf09c background
background-color: #abf09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 240, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 240, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf09c; background: linear-gradient(135deg, #abf09c, #9CF0C5);