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