#abdf85
a light, vivid green · cool · closest name: khaki
RGB
171, 223, 133
HSL
95°, 58%, 70%
CMYK
23, 0, 40, 13
Luminance
0.6313
Every format
| HEX | #abdf85 |
| RGB | rgb(171, 223, 133) |
| HSL | hsl(95, 58%, 70%) |
| CMYK | cmyk(23%, 0%, 40%, 13%) |
| LAB | lab(83.5 -32.4 38.8) |
| LCH | lch(83.5 50.5 129.9) |
| OKLCH | oklch(0.847 0.130 133.0) |
Copy-ready code
/* CSS */
color: #abdf85;
background-color: #abdf85;
/* Tailwind (arbitrary) */
class="text-[#abdf85] bg-[#abdf85]"
/* SCSS */
$brand: #abdf85;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.522)
/* Android */
Color.parseColor("#abdf85")Accessibility — WCAG contrast
Aa
#abdf85 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf85 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue52.2%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow40.4%
Key (black)12.5%
Color previews
#abdf85 text on a black background
contrast 13.63:1
Card sample
#abdf85 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf85;
Background color
Panel with #abdf85 background
background-color: #abdf85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf85; background: linear-gradient(135deg, #abdf85, #85DF9B);