#adcb39
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 203, 57
HSL
72°, 58%, 51%
CMYK
15, 0, 72, 20
Luminance
0.5189
Every format
| HEX | #adcb39 |
| RGB | rgb(173, 203, 57) |
| HSL | hsl(72, 58%, 51%) |
| CMYK | cmyk(15%, 0%, 72%, 20%) |
| LAB | lab(77.2 -29.2 65.3) |
| LCH | lch(77.2 71.6 114.1) |
| OKLCH | oklch(0.794 0.169 120.6) |
Copy-ready code
/* CSS */
color: #adcb39;
background-color: #adcb39;
/* Tailwind (arbitrary) */
class="text-[#adcb39] bg-[#adcb39]"
/* SCSS */
$brand: #adcb39;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 0.224)
/* Android */
Color.parseColor("#adcb39")Accessibility — WCAG contrast
Aa
#adcb39 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcb39 on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue22.4%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow71.9%
Key (black)20.4%
Color previews
#adcb39 text on a black background
contrast 11.38:1
Card sample
#adcb39 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcb39;
Background color
Panel with #adcb39 background
background-color: #adcb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcb39; background: linear-gradient(135deg, #adcb39, #4CCB39);