#abdf6c
a balanced, vivid green · cool · closest name: khaki
RGB
171, 223, 108
HSL
87°, 64%, 65%
CMYK
23, 0, 52, 13
Luminance
0.6252
Every format
| HEX | #abdf6c |
| RGB | rgb(171, 223, 108) |
| HSL | hsl(87, 64%, 65%) |
| CMYK | cmyk(23%, 0%, 52%, 13%) |
| LAB | lab(83.2 -35.3 50.5) |
| LCH | lch(83.2 61.6 124.9) |
| OKLCH | oklch(0.843 0.155 129.4) |
Copy-ready code
/* CSS */
color: #abdf6c;
background-color: #abdf6c;
/* Tailwind (arbitrary) */
class="text-[#abdf6c] bg-[#abdf6c]"
/* SCSS */
$brand: #abdf6c;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.424)
/* Android */
Color.parseColor("#abdf6c")Accessibility — WCAG contrast
Aa
#abdf6c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf6c on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue42.4%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow51.6%
Key (black)12.5%
Color previews
#abdf6c text on a black background
contrast 13.50:1
Card sample
#abdf6c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf6c;
Background color
Panel with #abdf6c background
background-color: #abdf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf6c; background: linear-gradient(135deg, #abdf6c, #6CDF7A);