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