#ade469
a light, vivid green · cool · closest name: khaki
RGB
173, 228, 105
HSL
87°, 70%, 65%
CMYK
24, 0, 54, 11
Luminance
0.6539
Every format
| HEX | #ade469 |
| RGB | rgb(173, 228, 105) |
| HSL | hsl(87, 70%, 65%) |
| CMYK | cmyk(24%, 0%, 54%, 11%) |
| LAB | lab(84.7 -37.1 53.7) |
| LCH | lch(84.7 65.3 124.7) |
| OKLCH | oklch(0.855 0.164 129.4) |
Copy-ready code
/* CSS */
color: #ade469;
background-color: #ade469;
/* Tailwind (arbitrary) */
class="text-[#ade469] bg-[#ade469]"
/* SCSS */
$brand: #ade469;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.412)
/* Android */
Color.parseColor("#ade469")Accessibility — WCAG contrast
Aa
#ade469 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade469 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue41.2%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow53.9%
Key (black)10.6%
Color previews
#ade469 text on a black background
contrast 14.08:1
Card sample
#ade469 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade469;
Background color
Panel with #ade469 background
background-color: #ade469;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade469;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade469; background: linear-gradient(135deg, #ade469, #69E477);