#adcb85
a light, soft green · cool · closest name: khaki
RGB
173, 203, 133
HSL
86°, 40%, 66%
CMYK
15, 0, 35, 20
Luminance
0.5329
Every format
| HEX | #adcb85 |
| RGB | rgb(173, 203, 133) |
| HSL | hsl(86, 40%, 66%) |
| CMYK | cmyk(15%, 0%, 35%, 20%) |
| LAB | lab(78.0 -22.1 31.7) |
| LCH | lch(78.0 38.6 124.8) |
| OKLCH | oklch(0.803 0.099 127.3) |
Copy-ready code
/* CSS */
color: #adcb85;
background-color: #adcb85;
/* Tailwind (arbitrary) */
class="text-[#adcb85] bg-[#adcb85]"
/* SCSS */
$brand: #adcb85;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 0.522)
/* Android */
Color.parseColor("#adcb85")Accessibility — WCAG contrast
Aa
#adcb85 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcb85 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue52.2%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow34.5%
Key (black)20.4%
Color previews
#adcb85 text on a black background
contrast 11.66:1
Card sample
#adcb85 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcb85;
Background color
Panel with #adcb85 background
background-color: #adcb85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcb85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcb85; background: linear-gradient(135deg, #adcb85, #85CB8C);