#ade06f
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 111
HSL
87°, 65%, 66%
CMYK
23, 0, 50, 12
Luminance
0.6334
Every format
| HEX | #ade06f |
| RGB | rgb(173, 224, 111) |
| HSL | hsl(87, 65%, 66%) |
| CMYK | cmyk(23%, 0%, 50%, 12%) |
| LAB | lab(83.6 -34.7 49.6) |
| LCH | lch(83.6 60.5 125.0) |
| OKLCH | oklch(0.847 0.153 129.3) |
Copy-ready code
/* CSS */
color: #ade06f;
background-color: #ade06f;
/* Tailwind (arbitrary) */
class="text-[#ade06f] bg-[#ade06f]"
/* SCSS */
$brand: #ade06f;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.435)
/* Android */
Color.parseColor("#ade06f")Accessibility — WCAG contrast
Aa
#ade06f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade06f on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue43.5%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow50.4%
Key (black)12.2%
Color previews
#ade06f text on a black background
contrast 13.67:1
Card sample
#ade06f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade06f;
Background color
Panel with #ade06f background
background-color: #ade06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade06f; background: linear-gradient(135deg, #ade06f, #6FE07C);