#ade483
a light, vivid green · cool · closest name: khaki
RGB
173, 228, 131
HSL
94°, 64%, 70%
CMYK
24, 0, 43, 11
Luminance
0.6601
Every format
| HEX | #ade483 |
| RGB | rgb(173, 228, 131) |
| HSL | hsl(94, 64%, 70%) |
| CMYK | cmyk(24%, 0%, 43%, 11%) |
| LAB | lab(85.0 -34.2 41.7) |
| LCH | lch(85.0 53.9 129.4) |
| OKLCH | oklch(0.859 0.139 132.8) |
Copy-ready code
/* CSS */
color: #ade483;
background-color: #ade483;
/* Tailwind (arbitrary) */
class="text-[#ade483] bg-[#ade483]"
/* SCSS */
$brand: #ade483;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.514)
/* Android */
Color.parseColor("#ade483")Accessibility — WCAG contrast
Aa
#ade483 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade483 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue51.4%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow42.5%
Key (black)10.6%
Color previews
#ade483 text on a black background
contrast 14.20:1
Card sample
#ade483 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade483;
Background color
Panel with #ade483 background
background-color: #ade483;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade483;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade483; background: linear-gradient(135deg, #ade483, #83E49A);