#acdf8c
a light, vivid green · cool · closest name: khaki
RGB
172, 223, 140
HSL
97°, 57%, 71%
CMYK
23, 0, 37, 13
Luminance
0.6344
Every format
| HEX | #acdf8c |
| RGB | rgb(172, 223, 140) |
| HSL | hsl(97, 57%, 71%) |
| CMYK | cmyk(23%, 0%, 37%, 13%) |
| LAB | lab(83.7 -31.1 35.5) |
| LCH | lch(83.7 47.2 131.2) |
| OKLCH | oklch(0.848 0.122 134.1) |
Copy-ready code
/* CSS */
color: #acdf8c;
background-color: #acdf8c;
/* Tailwind (arbitrary) */
class="text-[#acdf8c] bg-[#acdf8c]"
/* SCSS */
$brand: #acdf8c;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.549)
/* Android */
Color.parseColor("#acdf8c")Accessibility — WCAG contrast
Aa
#acdf8c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdf8c on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue54.9%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow37.2%
Key (black)12.5%
Color previews
#acdf8c text on a black background
contrast 13.69:1
Card sample
#acdf8c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdf8c;
Background color
Panel with #acdf8c background
background-color: #acdf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdf8c; background: linear-gradient(135deg, #acdf8c, #8CDFA3);