#adcd39
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 205, 57
HSL
73°, 60%, 51%
CMYK
16, 0, 72, 20
Luminance
0.5284
Every format
| HEX | #adcd39 |
| RGB | rgb(173, 205, 57) |
| HSL | hsl(73, 60%, 51%) |
| CMYK | cmyk(16%, 0%, 72%, 20%) |
| LAB | lab(77.8 -30.1 65.9) |
| LCH | lch(77.8 72.5 114.6) |
| OKLCH | oklch(0.798 0.171 121.2) |
Copy-ready code
/* CSS */
color: #adcd39;
background-color: #adcd39;
/* Tailwind (arbitrary) */
class="text-[#adcd39] bg-[#adcd39]"
/* SCSS */
$brand: #adcd39;
/* SwiftUI */
Color(red: 0.678, green: 0.804, blue: 0.224)
/* Android */
Color.parseColor("#adcd39")Accessibility — WCAG contrast
Aa
#adcd39 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcd39 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.4%
Blue22.4%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow72.2%
Key (black)19.6%
Color previews
#adcd39 text on a black background
contrast 11.57:1
Card sample
#adcd39 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcd39;
Background color
Panel with #adcd39 background
background-color: #adcd39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcd39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 205, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 205, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcd39; background: linear-gradient(135deg, #adcd39, #4ACD39);