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