#ade083
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 131
HSL
93°, 60%, 70%
CMYK
23, 0, 42, 12
Luminance
0.6383
Every format
| HEX | #ade083 |
| RGB | rgb(173, 224, 131) |
| HSL | hsl(93, 60%, 70%) |
| CMYK | cmyk(23%, 0%, 42%, 12%) |
| LAB | lab(83.9 -32.4 40.3) |
| LCH | lch(83.9 51.7 128.8) |
| OKLCH | oklch(0.850 0.133 132.1) |
Copy-ready code
/* CSS */
color: #ade083;
background-color: #ade083;
/* Tailwind (arbitrary) */
class="text-[#ade083] bg-[#ade083]"
/* SCSS */
$brand: #ade083;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.514)
/* Android */
Color.parseColor("#ade083")Accessibility — WCAG contrast
Aa
#ade083 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade083 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue51.4%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow41.5%
Key (black)12.2%
Color previews
#ade083 text on a black background
contrast 13.77:1
Card sample
#ade083 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade083;
Background color
Panel with #ade083 background
background-color: #ade083;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade083;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade083; background: linear-gradient(135deg, #ade083, #83E097);