#adcd69
a balanced, vivid green · cool · closest name: khaki
RGB
173, 205, 105
HSL
79°, 50%, 61%
CMYK
16, 0, 49, 20
Luminance
0.5357
Every format
| HEX | #adcd69 |
| RGB | rgb(173, 205, 105) |
| HSL | hsl(79, 50%, 61%) |
| CMYK | cmyk(16%, 0%, 49%, 20%) |
| LAB | lab(78.2 -26.4 46.0) |
| LCH | lch(78.2 53.0 119.9) |
| OKLCH | oklch(0.803 0.132 124.0) |
Copy-ready code
/* CSS */
color: #adcd69;
background-color: #adcd69;
/* Tailwind (arbitrary) */
class="text-[#adcd69] bg-[#adcd69]"
/* SCSS */
$brand: #adcd69;
/* SwiftUI */
Color(red: 0.678, green: 0.804, blue: 0.412)
/* Android */
Color.parseColor("#adcd69")Accessibility — WCAG contrast
Aa
#adcd69 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcd69 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.4%
Blue41.2%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow48.8%
Key (black)19.6%
Color previews
#adcd69 text on a black background
contrast 11.71:1
Card sample
#adcd69 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcd69;
Background color
Panel with #adcd69 background
background-color: #adcd69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcd69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 205, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 205, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcd69; background: linear-gradient(135deg, #adcd69, #6ACD69);