#adcf8d
a light, soft green · cool · closest name: khaki
RGB
173, 207, 141
HSL
91°, 41%, 68%
CMYK
16, 0, 32, 19
Luminance
0.5543
Every format
| HEX | #adcf8d |
| RGB | rgb(173, 207, 141) |
| HSL | hsl(91, 41%, 68%) |
| CMYK | cmyk(16%, 0%, 32%, 19%) |
| LAB | lab(79.3 -22.9 29.2) |
| LCH | lch(79.3 37.1 128.1) |
| OKLCH | oklch(0.813 0.096 130.4) |
Copy-ready code
/* CSS */
color: #adcf8d;
background-color: #adcf8d;
/* Tailwind (arbitrary) */
class="text-[#adcf8d] bg-[#adcf8d]"
/* SCSS */
$brand: #adcf8d;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.553)
/* Android */
Color.parseColor("#adcf8d")Accessibility — WCAG contrast
Aa
#adcf8d on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf8d on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue55.3%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow31.9%
Key (black)18.8%
Color previews
#adcf8d text on a black background
contrast 12.09:1
Card sample
#adcf8d text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf8d;
Background color
Panel with #adcf8d background
background-color: #adcf8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf8d; background: linear-gradient(135deg, #adcf8d, #8DCF99);