#adcc8f
a light, soft green · cool · closest name: khaki
RGB
173, 204, 143
HSL
91°, 37%, 68%
CMYK
15, 0, 30, 20
Luminance
0.5405
Every format
| HEX | #adcc8f |
| RGB | rgb(173, 204, 143) |
| HSL | hsl(91, 37%, 68%) |
| CMYK | cmyk(15%, 0%, 30%, 20%) |
| LAB | lab(78.5 -21.1 27.1) |
| LCH | lch(78.5 34.4 128.0) |
| OKLCH | oklch(0.807 0.089 130.1) |
Copy-ready code
/* CSS */
color: #adcc8f;
background-color: #adcc8f;
/* Tailwind (arbitrary) */
class="text-[#adcc8f] bg-[#adcc8f]"
/* SCSS */
$brand: #adcc8f;
/* SwiftUI */
Color(red: 0.678, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#adcc8f")Accessibility — WCAG contrast
Aa
#adcc8f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcc8f on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.0%
Blue56.1%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow29.9%
Key (black)20.0%
Color previews
#adcc8f text on a black background
contrast 11.81:1
Card sample
#adcc8f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcc8f;
Background color
Panel with #adcc8f background
background-color: #adcc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcc8f; background: linear-gradient(135deg, #adcc8f, #8FCC9A);