#adcc2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 204, 47
HSL
72°, 63%, 49%
CMYK
15, 0, 77, 20
Luminance
0.5228
Every format
| HEX | #adcc2f |
| RGB | rgb(173, 204, 47) |
| HSL | hsl(72, 63%, 49%) |
| CMYK | cmyk(15%, 0%, 77%, 20%) |
| LAB | lab(77.5 -30.2 68.8) |
| LCH | lch(77.5 75.1 113.7) |
| OKLCH | oklch(0.795 0.176 120.6) |
Copy-ready code
/* CSS */
color: #adcc2f;
background-color: #adcc2f;
/* Tailwind (arbitrary) */
class="text-[#adcc2f] bg-[#adcc2f]"
/* SCSS */
$brand: #adcc2f;
/* SwiftUI */
Color(red: 0.678, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#adcc2f")Accessibility — WCAG contrast
Aa
#adcc2f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcc2f on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.0%
Blue18.4%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow77.0%
Key (black)20.0%
Color previews
#adcc2f text on a black background
contrast 11.46:1
Card sample
#adcc2f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcc2f;
Background color
Panel with #adcc2f background
background-color: #adcc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcc2f; background: linear-gradient(135deg, #adcc2f, #44CC2F);