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