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