#ade485
a light, vivid green · cool · closest name: khaki
RGB
173, 228, 133
HSL
95°, 64%, 71%
CMYK
24, 0, 42, 11
Luminance
0.6606
Every format
| HEX | #ade485 |
| RGB | rgb(173, 228, 133) |
| HSL | hsl(95, 64%, 71%) |
| CMYK | cmyk(24%, 0%, 42%, 11%) |
| LAB | lab(85.0 -34.0 40.7) |
| LCH | lch(85.0 53.0 129.8) |
| OKLCH | oklch(0.859 0.137 133.1) |
Copy-ready code
/* CSS */
color: #ade485;
background-color: #ade485;
/* Tailwind (arbitrary) */
class="text-[#ade485] bg-[#ade485]"
/* SCSS */
$brand: #ade485;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.522)
/* Android */
Color.parseColor("#ade485")Accessibility — WCAG contrast
Aa
#ade485 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade485 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue52.2%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow41.7%
Key (black)10.6%
Color previews
#ade485 text on a black background
contrast 14.21:1
Card sample
#ade485 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade485;
Background color
Panel with #ade485 background
background-color: #ade485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade485; background: linear-gradient(135deg, #ade485, #85E49C);