#adcd97
a light, soft green · cool · closest name: tan
RGB
173, 205, 151
HSL
96°, 35%, 70%
CMYK
16, 0, 26, 20
Luminance
0.5478
Every format
| HEX | #adcd97 |
| RGB | rgb(173, 205, 151) |
| HSL | hsl(96, 35%, 70%) |
| CMYK | cmyk(16%, 0%, 26%, 20%) |
| LAB | lab(78.9 -20.4 23.5) |
| LCH | lch(78.9 31.1 131.1) |
| OKLCH | oklch(0.811 0.081 132.9) |
Copy-ready code
/* CSS */
color: #adcd97;
background-color: #adcd97;
/* Tailwind (arbitrary) */
class="text-[#adcd97] bg-[#adcd97]"
/* SCSS */
$brand: #adcd97;
/* SwiftUI */
Color(red: 0.678, green: 0.804, blue: 0.592)
/* Android */
Color.parseColor("#adcd97")Accessibility — WCAG contrast
Aa
#adcd97 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcd97 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.4%
Blue59.2%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow26.3%
Key (black)19.6%
Color previews
#adcd97 text on a black background
contrast 11.96:1
Card sample
#adcd97 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcd97;
Background color
Panel with #adcd97 background
background-color: #adcd97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcd97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 205, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 205, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcd97; background: linear-gradient(135deg, #adcd97, #97CDA5);