#abdf97
a light, vivid green · cool · closest name: khaki
RGB
171, 223, 151
HSL
103°, 53%, 73%
CMYK
23, 0, 32, 13
Luminance
0.6367
Every format
| HEX | #abdf97 |
| RGB | rgb(171, 223, 151) |
| HSL | hsl(103, 53%, 73%) |
| CMYK | cmyk(23%, 0%, 32%, 13%) |
| LAB | lab(83.8 -29.9 30.0) |
| LCH | lch(83.8 42.4 134.8) |
| OKLCH | oklch(0.850 0.111 137.2) |
Copy-ready code
/* CSS */
color: #abdf97;
background-color: #abdf97;
/* Tailwind (arbitrary) */
class="text-[#abdf97] bg-[#abdf97]"
/* SCSS */
$brand: #abdf97;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.592)
/* Android */
Color.parseColor("#abdf97")Accessibility — WCAG contrast
Aa
#abdf97 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf97 on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue59.2%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow32.3%
Key (black)12.5%
Color previews
#abdf97 text on a black background
contrast 13.73:1
Card sample
#abdf97 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf97;
Background color
Panel with #abdf97 background
background-color: #abdf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf97; background: linear-gradient(135deg, #abdf97, #97DFB3);