#adc44f
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 196, 79
HSL
72°, 50%, 54%
CMYK
12, 0, 60, 23
Luminance
0.4893
Every format
| HEX | #adc44f |
| RGB | rgb(173, 196, 79) |
| HSL | hsl(72, 50%, 54%) |
| CMYK | cmyk(12%, 0%, 60%, 23%) |
| LAB | lab(75.4 -24.4 54.7) |
| LCH | lch(75.4 59.9 114.0) |
| OKLCH | oklch(0.780 0.145 119.3) |
Copy-ready code
/* CSS */
color: #adc44f;
background-color: #adc44f;
/* Tailwind (arbitrary) */
class="text-[#adc44f] bg-[#adc44f]"
/* SCSS */
$brand: #adc44f;
/* SwiftUI */
Color(red: 0.678, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#adc44f")Accessibility — WCAG contrast
Aa
#adc44f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc44f on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.9%
Blue31.0%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#adc44f text on a black background
contrast 10.79:1
Card sample
#adc44f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc44f;
Background color
Panel with #adc44f background
background-color: #adc44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc44f; background: linear-gradient(135deg, #adc44f, #5FC44F);