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