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