#ade383
a light, vivid green · cool · closest name: khaki
RGB
173, 227, 131
HSL
94°, 63%, 70%
CMYK
24, 0, 42, 11
Luminance
0.6546
Every format
| HEX | #ade383 |
| RGB | rgb(173, 227, 131) |
| HSL | hsl(94, 63%, 70%) |
| CMYK | cmyk(24%, 0%, 42%, 11%) |
| LAB | lab(84.7 -33.8 41.3) |
| LCH | lch(84.7 53.4 129.3) |
| OKLCH | oklch(0.857 0.137 132.6) |
Copy-ready code
/* CSS */
color: #ade383;
background-color: #ade383;
/* Tailwind (arbitrary) */
class="text-[#ade383] bg-[#ade383]"
/* SCSS */
$brand: #ade383;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.514)
/* Android */
Color.parseColor("#ade383")Accessibility — WCAG contrast
Aa
#ade383 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade383 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue51.4%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow42.3%
Key (black)11.0%
Color previews
#ade383 text on a black background
contrast 14.09:1
Card sample
#ade383 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade383;
Background color
Panel with #ade383 background
background-color: #ade383;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade383;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade383; background: linear-gradient(135deg, #ade383, #83E399);