#ade14e
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 225, 78
HSL
81°, 71%, 59%
CMYK
23, 0, 65, 12
Luminance
0.6328
Every format
| HEX | #ade14e |
| RGB | rgb(173, 225, 78) |
| HSL | hsl(81, 71%, 59%) |
| CMYK | cmyk(23%, 0%, 65%, 12%) |
| LAB | lab(83.6 -38.0 64.0) |
| LCH | lch(83.6 74.4 120.7) |
| OKLCH | oklch(0.846 0.182 126.7) |
Copy-ready code
/* CSS */
color: #ade14e;
background-color: #ade14e;
/* Tailwind (arbitrary) */
class="text-[#ade14e] bg-[#ade14e]"
/* SCSS */
$brand: #ade14e;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.306)
/* Android */
Color.parseColor("#ade14e")Accessibility — WCAG contrast
Aa
#ade14e on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade14e on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue30.6%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow65.3%
Key (black)11.8%
Color previews
#ade14e text on a black background
contrast 13.66:1
Card sample
#ade14e text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade14e;
Background color
Panel with #ade14e background
background-color: #ade14e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade14e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade14e; background: linear-gradient(135deg, #ade14e, #4EE151);