#adcd79
a balanced, vivid green · cool · closest name: khaki
RGB
173, 205, 121
HSL
83°, 46%, 64%
CMYK
16, 0, 41, 20
Luminance
0.5393
Every format
| HEX | #adcd79 |
| RGB | rgb(173, 205, 121) |
| HSL | hsl(83, 46%, 64%) |
| CMYK | cmyk(16%, 0%, 41%, 20%) |
| LAB | lab(78.4 -24.6 38.3) |
| LCH | lch(78.4 45.5 122.7) |
| OKLCH | oklch(0.805 0.116 125.9) |
Copy-ready code
/* CSS */
color: #adcd79;
background-color: #adcd79;
/* Tailwind (arbitrary) */
class="text-[#adcd79] bg-[#adcd79]"
/* SCSS */
$brand: #adcd79;
/* SwiftUI */
Color(red: 0.678, green: 0.804, blue: 0.475)
/* Android */
Color.parseColor("#adcd79")Accessibility — WCAG contrast
Aa
#adcd79 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcd79 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.4%
Blue47.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow41.0%
Key (black)19.6%
Color previews
#adcd79 text on a black background
contrast 11.79:1
Card sample
#adcd79 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcd79;
Background color
Panel with #adcd79 background
background-color: #adcd79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcd79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 205, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 205, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcd79; background: linear-gradient(135deg, #adcd79, #79CD7D);