#abdf5d
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 223, 93
HSL
84°, 67%, 62%
CMYK
23, 0, 58, 13
Luminance
0.6222
Every format
| HEX | #abdf5d |
| RGB | rgb(171, 223, 93) |
| HSL | hsl(84, 67%, 62%) |
| CMYK | cmyk(23%, 0%, 58%, 13%) |
| LAB | lab(83.0 -36.7 57.1) |
| LCH | lch(83.0 67.9 122.7) |
| OKLCH | oklch(0.841 0.168 127.9) |
Copy-ready code
/* CSS */
color: #abdf5d;
background-color: #abdf5d;
/* Tailwind (arbitrary) */
class="text-[#abdf5d] bg-[#abdf5d]"
/* SCSS */
$brand: #abdf5d;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.365)
/* Android */
Color.parseColor("#abdf5d")Accessibility — WCAG contrast
Aa
#abdf5d on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf5d on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue36.5%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow58.3%
Key (black)12.5%
Color previews
#abdf5d text on a black background
contrast 13.44:1
Card sample
#abdf5d text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf5d;
Background color
Panel with #abdf5d background
background-color: #abdf5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf5d; background: linear-gradient(135deg, #abdf5d, #5DDF66);