#abdf80
a light, vivid green · cool · closest name: khaki
RGB
171, 223, 128
HSL
93°, 60%, 69%
CMYK
23, 0, 43, 13
Luminance
0.6299
Every format
| HEX | #abdf80 |
| RGB | rgb(171, 223, 128) |
| HSL | hsl(93, 60%, 69%) |
| CMYK | cmyk(23%, 0%, 43%, 13%) |
| LAB | lab(83.4 -33.0 41.2) |
| LCH | lch(83.4 52.8 128.7) |
| OKLCH | oklch(0.846 0.135 132.1) |
Copy-ready code
/* CSS */
color: #abdf80;
background-color: #abdf80;
/* Tailwind (arbitrary) */
class="text-[#abdf80] bg-[#abdf80]"
/* SCSS */
$brand: #abdf80;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.502)
/* Android */
Color.parseColor("#abdf80")Accessibility — WCAG contrast
Aa
#abdf80 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf80 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue50.2%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow42.6%
Key (black)12.5%
Color previews
#abdf80 text on a black background
contrast 13.60:1
Card sample
#abdf80 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf80;
Background color
Panel with #abdf80 background
background-color: #abdf80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf80; background: linear-gradient(135deg, #abdf80, #80DF94);