#acdf7e
a light, vivid green · cool · closest name: khaki
RGB
172, 223, 126
HSL
92°, 60%, 68%
CMYK
23, 0, 44, 13
Luminance
0.6305
Every format
| HEX | #acdf7e |
| RGB | rgb(172, 223, 126) |
| HSL | hsl(92, 60%, 68%) |
| CMYK | cmyk(23%, 0%, 44%, 13%) |
| LAB | lab(83.5 -32.9 42.2) |
| LCH | lch(83.5 53.5 127.9) |
| OKLCH | oklch(0.846 0.137 131.4) |
Copy-ready code
/* CSS */
color: #acdf7e;
background-color: #acdf7e;
/* Tailwind (arbitrary) */
class="text-[#acdf7e] bg-[#acdf7e]"
/* SCSS */
$brand: #acdf7e;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.494)
/* Android */
Color.parseColor("#acdf7e")Accessibility — WCAG contrast
Aa
#acdf7e on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdf7e on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue49.4%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow43.5%
Key (black)12.5%
Color previews
#acdf7e text on a black background
contrast 13.61:1
Card sample
#acdf7e text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdf7e;
Background color
Panel with #acdf7e background
background-color: #acdf7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdf7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdf7e; background: linear-gradient(135deg, #acdf7e, #7EDF91);