#abdf8b
a light, vivid green · cool · closest name: khaki
RGB
171, 223, 139
HSL
97°, 57%, 71%
CMYK
23, 0, 38, 13
Luminance
0.6330
Every format
| HEX | #abdf8b |
| RGB | rgb(171, 223, 139) |
| HSL | hsl(97, 57%, 71%) |
| CMYK | cmyk(23%, 0%, 38%, 13%) |
| LAB | lab(83.6 -31.6 35.9) |
| LCH | lch(83.6 47.8 131.3) |
| OKLCH | oklch(0.848 0.124 134.2) |
Copy-ready code
/* CSS */
color: #abdf8b;
background-color: #abdf8b;
/* Tailwind (arbitrary) */
class="text-[#abdf8b] bg-[#abdf8b]"
/* SCSS */
$brand: #abdf8b;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.545)
/* Android */
Color.parseColor("#abdf8b")Accessibility — WCAG contrast
Aa
#abdf8b on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf8b on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue54.5%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow37.7%
Key (black)12.5%
Color previews
#abdf8b text on a black background
contrast 13.66:1
Card sample
#abdf8b text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf8b;
Background color
Panel with #abdf8b background
background-color: #abdf8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf8b; background: linear-gradient(135deg, #abdf8b, #8BDFA3);