#acda4b
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 218, 75
HSL
79°, 66%, 58%
CMYK
21, 0, 66, 15
Luminance
0.5942
Every format
| HEX | #acda4b |
| RGB | rgb(172, 218, 75) |
| HSL | hsl(79, 66%, 58%) |
| CMYK | cmyk(21%, 0%, 66%, 15%) |
| LAB | lab(81.5 -35.5 63.0) |
| LCH | lch(81.5 72.3 119.4) |
| OKLCH | oklch(0.829 0.176 125.4) |
Copy-ready code
/* CSS */
color: #acda4b;
background-color: #acda4b;
/* Tailwind (arbitrary) */
class="text-[#acda4b] bg-[#acda4b]"
/* SCSS */
$brand: #acda4b;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.294)
/* Android */
Color.parseColor("#acda4b")Accessibility — WCAG contrast
Aa
#acda4b on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acda4b on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue29.4%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow65.6%
Key (black)14.5%
Color previews
#acda4b text on a black background
contrast 12.88:1
Card sample
#acda4b text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acda4b;
Background color
Panel with #acda4b background
background-color: #acda4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acda4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acda4b; background: linear-gradient(135deg, #acda4b, #4DDA4B);