#adbc9e
a light, soft green · cool · closest name: silver
RGB
173, 188, 158
HSL
90°, 18%, 68%
CMYK
8, 0, 16, 26
Luminance
0.4732
Every format
| HEX | #adbc9e |
| RGB | rgb(173, 188, 158) |
| HSL | hsl(90, 18%, 68%) |
| CMYK | cmyk(8%, 0%, 16%, 26%) |
| LAB | lab(74.4 -10.7 13.5) |
| LCH | lch(74.4 17.2 128.4) |
| OKLCH | oklch(0.775 0.045 129.1) |
Copy-ready code
/* CSS */
color: #adbc9e;
background-color: #adbc9e;
/* Tailwind (arbitrary) */
class="text-[#adbc9e] bg-[#adbc9e]"
/* SCSS */
$brand: #adbc9e;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#adbc9e")Accessibility — WCAG contrast
Aa
#adbc9e on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbc9e on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue62.0%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow16.0%
Key (black)26.3%
Color previews
#adbc9e text on a black background
contrast 10.46:1
Card sample
#adbc9e text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbc9e;
Background color
Panel with #adbc9e background
background-color: #adbc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbc9e; background: linear-gradient(135deg, #adbc9e, #9EBCA3);