#adcb2d
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 203, 45
HSL
71°, 64%, 49%
CMYK
15, 0, 78, 20
Luminance
0.5179
Every format
| HEX | #adcb2d |
| RGB | rgb(173, 203, 45) |
| HSL | hsl(71, 64%, 49%) |
| CMYK | cmyk(15%, 0%, 78%, 20%) |
| LAB | lab(77.2 -29.8 69.1) |
| LCH | lch(77.2 75.3 113.3) |
| OKLCH | oklch(0.793 0.175 120.3) |
Copy-ready code
/* CSS */
color: #adcb2d;
background-color: #adcb2d;
/* Tailwind (arbitrary) */
class="text-[#adcb2d] bg-[#adcb2d]"
/* SCSS */
$brand: #adcb2d;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 0.176)
/* Android */
Color.parseColor("#adcb2d")Accessibility — WCAG contrast
Aa
#adcb2d on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcb2d on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue17.6%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow77.8%
Key (black)20.4%
Color previews
#adcb2d text on a black background
contrast 11.36:1
Card sample
#adcb2d text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcb2d;
Background color
Panel with #adcb2d background
background-color: #adcb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcb2d; background: linear-gradient(135deg, #adcb2d, #44CB2D);