#ade084
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 132
HSL
93°, 60%, 70%
CMYK
23, 0, 41, 12
Luminance
0.6386
Every format
| HEX | #ade084 |
| RGB | rgb(173, 224, 132) |
| HSL | hsl(93, 60%, 70%) |
| CMYK | cmyk(23%, 0%, 41%, 12%) |
| LAB | lab(83.9 -32.3 39.8) |
| LCH | lch(83.9 51.2 129.0) |
| OKLCH | oklch(0.850 0.132 132.3) |
Copy-ready code
/* CSS */
color: #ade084;
background-color: #ade084;
/* Tailwind (arbitrary) */
class="text-[#ade084] bg-[#ade084]"
/* SCSS */
$brand: #ade084;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.518)
/* Android */
Color.parseColor("#ade084")Accessibility — WCAG contrast
Aa
#ade084 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade084 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue51.8%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow41.1%
Key (black)12.2%
Color previews
#ade084 text on a black background
contrast 13.77:1
Card sample
#ade084 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade084;
Background color
Panel with #ade084 background
background-color: #ade084;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade084;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade084; background: linear-gradient(135deg, #ade084, #84E098);