#adcb49
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 203, 73
HSL
74°, 56%, 54%
CMYK
15, 0, 64, 20
Luminance
0.5208
Every format
| HEX | #adcb49 |
| RGB | rgb(173, 203, 73) |
| HSL | hsl(74, 56%, 54%) |
| CMYK | cmyk(15%, 0%, 64%, 20%) |
| LAB | lab(77.3 -28.2 59.4) |
| LCH | lch(77.3 65.7 115.4) |
| OKLCH | oklch(0.795 0.158 121.2) |
Copy-ready code
/* CSS */
color: #adcb49;
background-color: #adcb49;
/* Tailwind (arbitrary) */
class="text-[#adcb49] bg-[#adcb49]"
/* SCSS */
$brand: #adcb49;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 0.286)
/* Android */
Color.parseColor("#adcb49")Accessibility — WCAG contrast
Aa
#adcb49 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcb49 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue28.6%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow64.0%
Key (black)20.4%
Color previews
#adcb49 text on a black background
contrast 11.42:1
Card sample
#adcb49 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcb49;
Background color
Panel with #adcb49 background
background-color: #adcb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcb49; background: linear-gradient(135deg, #adcb49, #56CB49);