#ade079
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 121
HSL
90°, 62%, 68%
CMYK
23, 0, 46, 12
Luminance
0.6358
Every format
| HEX | #ade079 |
| RGB | rgb(173, 224, 121) |
| HSL | hsl(90, 62%, 68%) |
| CMYK | cmyk(23%, 0%, 46%, 12%) |
| LAB | lab(83.7 -33.6 45.0) |
| LCH | lch(83.7 56.1 126.7) |
| OKLCH | oklch(0.848 0.143 130.5) |
Copy-ready code
/* CSS */
color: #ade079;
background-color: #ade079;
/* Tailwind (arbitrary) */
class="text-[#ade079] bg-[#ade079]"
/* SCSS */
$brand: #ade079;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.475)
/* Android */
Color.parseColor("#ade079")Accessibility — WCAG contrast
Aa
#ade079 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade079 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue47.5%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow46.0%
Key (black)12.2%
Color previews
#ade079 text on a black background
contrast 13.72:1
Card sample
#ade079 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade079;
Background color
Panel with #ade079 background
background-color: #ade079;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade079;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade079; background: linear-gradient(135deg, #ade079, #79E089);