#adbb8d
a balanced, soft green · cool · closest name: tan
RGB
173, 187, 141
HSL
78°, 25%, 64%
CMYK
8, 0, 25, 27
Luminance
0.4635
Every format
| HEX | #adbb8d |
| RGB | rgb(173, 187, 141) |
| HSL | hsl(78, 25%, 64%) |
| CMYK | cmyk(8%, 0%, 25%, 27%) |
| LAB | lab(73.8 -12.8 21.8) |
| LCH | lch(73.8 25.3 120.6) |
| OKLCH | oklch(0.769 0.065 121.7) |
Copy-ready code
/* CSS */
color: #adbb8d;
background-color: #adbb8d;
/* Tailwind (arbitrary) */
class="text-[#adbb8d] bg-[#adbb8d]"
/* SCSS */
$brand: #adbb8d;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.553)
/* Android */
Color.parseColor("#adbb8d")Accessibility — WCAG contrast
Aa
#adbb8d on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb8d on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue55.3%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow24.6%
Key (black)26.7%
Color previews
#adbb8d text on a black background
contrast 10.27:1
Card sample
#adbb8d text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb8d;
Background color
Panel with #adbb8d background
background-color: #adbb8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb8d; background: linear-gradient(135deg, #adbb8d, #8EBB8D);