#adcb8f
a light, soft green · cool · closest name: khaki
RGB
173, 203, 143
HSL
90°, 37%, 68%
CMYK
15, 0, 30, 20
Luminance
0.5358
Every format
| HEX | #adcb8f |
| RGB | rgb(173, 203, 143) |
| HSL | hsl(90, 37%, 68%) |
| CMYK | cmyk(15%, 0%, 30%, 20%) |
| LAB | lab(78.2 -20.6 26.7) |
| LCH | lch(78.2 33.8 127.7) |
| OKLCH | oklch(0.805 0.087 129.8) |
Copy-ready code
/* CSS */
color: #adcb8f;
background-color: #adcb8f;
/* Tailwind (arbitrary) */
class="text-[#adcb8f] bg-[#adcb8f]"
/* SCSS */
$brand: #adcb8f;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 0.561)
/* Android */
Color.parseColor("#adcb8f")Accessibility — WCAG contrast
Aa
#adcb8f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcb8f on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue56.1%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow29.6%
Key (black)20.4%
Color previews
#adcb8f text on a black background
contrast 11.72:1
Card sample
#adcb8f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcb8f;
Background color
Panel with #adcb8f background
background-color: #adcb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcb8f; background: linear-gradient(135deg, #adcb8f, #8FCB99);