#abdf64
a balanced, vivid green · cool · closest name: khaki
RGB
171, 223, 100
HSL
85°, 66%, 63%
CMYK
23, 0, 55, 13
Luminance
0.6235
Every format
| HEX | #abdf64 |
| RGB | rgb(171, 223, 100) |
| HSL | hsl(85, 66%, 63%) |
| CMYK | cmyk(23%, 0%, 55%, 13%) |
| LAB | lab(83.1 -36.1 54.0) |
| LCH | lch(83.1 65.0 123.7) |
| OKLCH | oklch(0.842 0.162 128.5) |
Copy-ready code
/* CSS */
color: #abdf64;
background-color: #abdf64;
/* Tailwind (arbitrary) */
class="text-[#abdf64] bg-[#abdf64]"
/* SCSS */
$brand: #abdf64;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.392)
/* Android */
Color.parseColor("#abdf64")Accessibility — WCAG contrast
Aa
#abdf64 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf64 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue39.2%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow55.2%
Key (black)12.5%
Color previews
#abdf64 text on a black background
contrast 13.47:1
Card sample
#abdf64 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf64;
Background color
Panel with #abdf64 background
background-color: #abdf64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf64; background: linear-gradient(135deg, #abdf64, #64DF6F);