#adbc9b
a light, soft green · cool · closest name: tan
RGB
173, 188, 155
HSL
87°, 20%, 67%
CMYK
8, 0, 18, 26
Luminance
0.4722
Every format
| HEX | #adbc9b |
| RGB | rgb(173, 188, 155) |
| HSL | hsl(87, 20%, 67%) |
| CMYK | cmyk(8%, 0%, 18%, 26%) |
| LAB | lab(74.3 -11.2 15.0) |
| LCH | lch(74.3 18.7 126.6) |
| OKLCH | oklch(0.775 0.049 127.4) |
Copy-ready code
/* CSS */
color: #adbc9b;
background-color: #adbc9b;
/* Tailwind (arbitrary) */
class="text-[#adbc9b] bg-[#adbc9b]"
/* SCSS */
$brand: #adbc9b;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.608)
/* Android */
Color.parseColor("#adbc9b")Accessibility — WCAG contrast
Aa
#adbc9b on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbc9b on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue60.8%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow17.6%
Key (black)26.3%
Color previews
#adbc9b text on a black background
contrast 10.44:1
Card sample
#adbc9b text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbc9b;
Background color
Panel with #adbc9b background
background-color: #adbc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbc9b; background: linear-gradient(135deg, #adbc9b, #9BBC9F);