#adcf84
a light, soft green · cool · closest name: khaki
RGB
173, 207, 132
HSL
87°, 44%, 67%
CMYK
16, 0, 36, 19
Luminance
0.5518
Every format
| HEX | #adcf84 |
| RGB | rgb(173, 207, 132) |
| HSL | hsl(87, 44%, 67%) |
| CMYK | cmyk(16%, 0%, 36%, 19%) |
| LAB | lab(79.1 -24.2 33.6) |
| LCH | lch(79.1 41.4 125.7) |
| OKLCH | oklch(0.812 0.106 128.4) |
Copy-ready code
/* CSS */
color: #adcf84;
background-color: #adcf84;
/* Tailwind (arbitrary) */
class="text-[#adcf84] bg-[#adcf84]"
/* SCSS */
$brand: #adcf84;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.518)
/* Android */
Color.parseColor("#adcf84")Accessibility — WCAG contrast
Aa
#adcf84 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf84 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue51.8%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow36.2%
Key (black)18.8%
Color previews
#adcf84 text on a black background
contrast 12.04:1
Card sample
#adcf84 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf84;
Background color
Panel with #adcf84 background
background-color: #adcf84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf84; background: linear-gradient(135deg, #adcf84, #84CF8D);