#ade477
a light, vivid green · cool · closest name: khaki
RGB
173, 228, 119
HSL
90°, 67%, 68%
CMYK
24, 0, 48, 11
Luminance
0.6570
Every format
| HEX | #ade477 |
| RGB | rgb(173, 228, 119) |
| HSL | hsl(90, 67%, 68%) |
| CMYK | cmyk(24%, 0%, 48%, 11%) |
| LAB | lab(84.8 -35.7 47.3) |
| LCH | lch(84.8 59.3 127.0) |
| OKLCH | oklch(0.857 0.151 131.0) |
Copy-ready code
/* CSS */
color: #ade477;
background-color: #ade477;
/* Tailwind (arbitrary) */
class="text-[#ade477] bg-[#ade477]"
/* SCSS */
$brand: #ade477;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.467)
/* Android */
Color.parseColor("#ade477")Accessibility — WCAG contrast
Aa
#ade477 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade477 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue46.7%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow47.8%
Key (black)10.6%
Color previews
#ade477 text on a black background
contrast 14.14:1
Card sample
#ade477 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade477;
Background color
Panel with #ade477 background
background-color: #ade477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade477; background: linear-gradient(135deg, #ade477, #77E48A);