#adcf89
a light, soft green · cool · closest name: khaki
RGB
173, 207, 137
HSL
89°, 42%, 68%
CMYK
16, 0, 34, 19
Luminance
0.5532
Every format
| HEX | #adcf89 |
| RGB | rgb(173, 207, 137) |
| HSL | hsl(89, 42%, 68%) |
| CMYK | cmyk(16%, 0%, 34%, 19%) |
| LAB | lab(79.2 -23.5 31.2) |
| LCH | lch(79.2 39.0 127.0) |
| OKLCH | oklch(0.813 0.101 129.5) |
Copy-ready code
/* CSS */
color: #adcf89;
background-color: #adcf89;
/* Tailwind (arbitrary) */
class="text-[#adcf89] bg-[#adcf89]"
/* SCSS */
$brand: #adcf89;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.537)
/* Android */
Color.parseColor("#adcf89")Accessibility — WCAG contrast
Aa
#adcf89 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf89 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue53.7%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow33.8%
Key (black)18.8%
Color previews
#adcf89 text on a black background
contrast 12.06:1
Card sample
#adcf89 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf89;
Background color
Panel with #adcf89 background
background-color: #adcf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf89; background: linear-gradient(135deg, #adcf89, #89CF94);