#acd331
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 211, 49
HSL
74°, 65%, 51%
CMYK
19, 0, 77, 17
Luminance
0.5558
Every format
| HEX | #acd331 |
| RGB | rgb(172, 211, 49) |
| HSL | hsl(74, 65%, 51%) |
| CMYK | cmyk(19%, 0%, 77%, 17%) |
| LAB | lab(79.4 -33.7 70.0) |
| LCH | lch(79.4 77.7 115.7) |
| OKLCH | oklch(0.811 0.183 122.8) |
Copy-ready code
/* CSS */
color: #acd331;
background-color: #acd331;
/* Tailwind (arbitrary) */
class="text-[#acd331] bg-[#acd331]"
/* SCSS */
$brand: #acd331;
/* SwiftUI */
Color(red: 0.675, green: 0.827, blue: 0.192)
/* Android */
Color.parseColor("#acd331")Accessibility — WCAG contrast
Aa
#acd331 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd331 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green82.7%
Blue19.2%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow76.8%
Key (black)17.3%
Color previews
#acd331 text on a black background
contrast 12.12:1
Card sample
#acd331 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd331;
Background color
Panel with #acd331 background
background-color: #acd331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 211, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 211, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd331; background: linear-gradient(135deg, #acd331, #40D331);