#acdb5f
a balanced, vivid green · cool · closest name: khaki
RGB
172, 219, 95
HSL
83°, 63%, 62%
CMYK
22, 0, 57, 14
Luminance
0.6026
Every format
| HEX | #acdb5f |
| RGB | rgb(172, 219, 95) |
| HSL | hsl(83, 63%, 62%) |
| CMYK | cmyk(22%, 0%, 57%, 14%) |
| LAB | lab(82.0 -34.3 55.0) |
| LCH | lch(82.0 64.8 122.0) |
| OKLCH | oklch(0.833 0.161 127.0) |
Copy-ready code
/* CSS */
color: #acdb5f;
background-color: #acdb5f;
/* Tailwind (arbitrary) */
class="text-[#acdb5f] bg-[#acdb5f]"
/* SCSS */
$brand: #acdb5f;
/* SwiftUI */
Color(red: 0.675, green: 0.859, blue: 0.373)
/* Android */
Color.parseColor("#acdb5f")Accessibility — WCAG contrast
Aa
#acdb5f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdb5f on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.9%
Blue37.3%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow56.6%
Key (black)14.1%
Color previews
#acdb5f text on a black background
contrast 13.05:1
Card sample
#acdb5f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdb5f;
Background color
Panel with #acdb5f background
background-color: #acdb5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdb5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 219, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 219, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdb5f; background: linear-gradient(135deg, #acdb5f, #5FDB65);