#acd36f
a balanced, vivid green · cool · closest name: khaki
RGB
172, 211, 111
HSL
83°, 53%, 63%
CMYK
19, 0, 47, 17
Luminance
0.5651
Every format
| HEX | #acd36f |
| RGB | rgb(172, 211, 111) |
| HSL | hsl(83, 53%, 63%) |
| CMYK | cmyk(19%, 0%, 47%, 17%) |
| LAB | lab(79.9 -29.0 45.1) |
| LCH | lch(79.9 53.6 122.8) |
| OKLCH | oklch(0.817 0.135 126.7) |
Copy-ready code
/* CSS */
color: #acd36f;
background-color: #acd36f;
/* Tailwind (arbitrary) */
class="text-[#acd36f] bg-[#acd36f]"
/* SCSS */
$brand: #acd36f;
/* SwiftUI */
Color(red: 0.675, green: 0.827, blue: 0.435)
/* Android */
Color.parseColor("#acd36f")Accessibility — WCAG contrast
Aa
#acd36f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd36f on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green82.7%
Blue43.5%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow47.4%
Key (black)17.3%
Color previews
#acd36f text on a black background
contrast 12.30:1
Card sample
#acd36f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd36f;
Background color
Panel with #acd36f background
background-color: #acd36f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd36f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 211, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 211, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd36f; background: linear-gradient(135deg, #acd36f, #6FD375);