#adcd7b
a balanced, vivid green · cool · closest name: khaki
RGB
173, 205, 123
HSL
83°, 45%, 64%
CMYK
16, 0, 40, 20
Luminance
0.5398
Every format
| HEX | #adcd7b |
| RGB | rgb(173, 205, 123) |
| HSL | hsl(83, 45%, 64%) |
| CMYK | cmyk(16%, 0%, 40%, 20%) |
| LAB | lab(78.5 -24.3 37.3) |
| LCH | lch(78.5 44.6 123.1) |
| OKLCH | oklch(0.806 0.113 126.2) |
Copy-ready code
/* CSS */
color: #adcd7b;
background-color: #adcd7b;
/* Tailwind (arbitrary) */
class="text-[#adcd7b] bg-[#adcd7b]"
/* SCSS */
$brand: #adcd7b;
/* SwiftUI */
Color(red: 0.678, green: 0.804, blue: 0.482)
/* Android */
Color.parseColor("#adcd7b")Accessibility — WCAG contrast
Aa
#adcd7b on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcd7b on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.4%
Blue48.2%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow40.0%
Key (black)19.6%
Color previews
#adcd7b text on a black background
contrast 11.80:1
Card sample
#adcd7b text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcd7b;
Background color
Panel with #adcd7b background
background-color: #adcd7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcd7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 205, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 205, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcd7b; background: linear-gradient(135deg, #adcd7b, #7BCD80);