#abdf4c
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 223, 76
HSL
81°, 70%, 59%
CMYK
23, 0, 66, 13
Luminance
0.6196
Every format
| HEX | #abdf4c |
| RGB | rgb(171, 223, 76) |
| HSL | hsl(81, 70%, 59%) |
| CMYK | cmyk(23%, 0%, 66%, 13%) |
| LAB | lab(82.9 -38.0 64.0) |
| LCH | lch(82.9 74.4 120.7) |
| OKLCH | oklch(0.840 0.181 126.8) |
Copy-ready code
/* CSS */
color: #abdf4c;
background-color: #abdf4c;
/* Tailwind (arbitrary) */
class="text-[#abdf4c] bg-[#abdf4c]"
/* SCSS */
$brand: #abdf4c;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.298)
/* Android */
Color.parseColor("#abdf4c")Accessibility — WCAG contrast
Aa
#abdf4c on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf4c on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue29.8%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow65.9%
Key (black)12.5%
Color previews
#abdf4c text on a black background
contrast 13.39:1
Card sample
#abdf4c text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf4c;
Background color
Panel with #abdf4c background
background-color: #abdf4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf4c; background: linear-gradient(135deg, #abdf4c, #4CDF4F);