#ade183
a light, vivid green · cool · closest name: khaki
RGB
173, 225, 131
HSL
93°, 61%, 70%
CMYK
23, 0, 42, 12
Luminance
0.6437
Every format
| HEX | #ade183 |
| RGB | rgb(173, 225, 131) |
| HSL | hsl(93, 61%, 70%) |
| CMYK | cmyk(23%, 0%, 42%, 12%) |
| LAB | lab(84.2 -32.9 40.6) |
| LCH | lch(84.2 52.2 129.0) |
| OKLCH | oklch(0.852 0.134 132.3) |
Copy-ready code
/* CSS */
color: #ade183;
background-color: #ade183;
/* Tailwind (arbitrary) */
class="text-[#ade183] bg-[#ade183]"
/* SCSS */
$brand: #ade183;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.514)
/* Android */
Color.parseColor("#ade183")Accessibility — WCAG contrast
Aa
#ade183 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade183 on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue51.4%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow41.8%
Key (black)11.8%
Color previews
#ade183 text on a black background
contrast 13.87:1
Card sample
#ade183 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade183;
Background color
Panel with #ade183 background
background-color: #ade183;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade183;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade183; background: linear-gradient(135deg, #ade183, #83E198);