#ade066
a balanced, vivid green · cool · closest name: khaki
RGB
173, 224, 102
HSL
85°, 66%, 64%
CMYK
23, 0, 55, 12
Luminance
0.6315
Every format
| HEX | #ade066 |
| RGB | rgb(173, 224, 102) |
| HSL | hsl(85, 66%, 64%) |
| CMYK | cmyk(23%, 0%, 55%, 12%) |
| LAB | lab(83.5 -35.6 53.7) |
| LCH | lch(83.5 64.4 123.6) |
| OKLCH | oklch(0.846 0.161 128.3) |
Copy-ready code
/* CSS */
color: #ade066;
background-color: #ade066;
/* Tailwind (arbitrary) */
class="text-[#ade066] bg-[#ade066]"
/* SCSS */
$brand: #ade066;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.400)
/* Android */
Color.parseColor("#ade066")Accessibility — WCAG contrast
Aa
#ade066 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade066 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue40.0%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow54.5%
Key (black)12.2%
Color previews
#ade066 text on a black background
contrast 13.63:1
Card sample
#ade066 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade066;
Background color
Panel with #ade066 background
background-color: #ade066;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade066;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade066; background: linear-gradient(135deg, #ade066, #66E070);