#acdb7f
a light, vivid green · cool · closest name: khaki
RGB
172, 219, 127
HSL
91°, 56%, 68%
CMYK
22, 0, 42, 14
Luminance
0.6097
Every format
| HEX | #acdb7f |
| RGB | rgb(172, 219, 127) |
| HSL | hsl(91, 56%, 68%) |
| CMYK | cmyk(22%, 0%, 42%, 14%) |
| LAB | lab(82.4 -30.9 40.3) |
| LCH | lch(82.4 50.8 127.5) |
| OKLCH | oklch(0.837 0.130 130.8) |
Copy-ready code
/* CSS */
color: #acdb7f;
background-color: #acdb7f;
/* Tailwind (arbitrary) */
class="text-[#acdb7f] bg-[#acdb7f]"
/* SCSS */
$brand: #acdb7f;
/* SwiftUI */
Color(red: 0.675, green: 0.859, blue: 0.498)
/* Android */
Color.parseColor("#acdb7f")Accessibility — WCAG contrast
Aa
#acdb7f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdb7f on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.9%
Blue49.8%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow42.0%
Key (black)14.1%
Color previews
#acdb7f text on a black background
contrast 13.19:1
Card sample
#acdb7f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdb7f;
Background color
Panel with #acdb7f background
background-color: #acdb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 219, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 219, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdb7f; background: linear-gradient(135deg, #acdb7f, #7FDB8F);