#ade783
a light, vivid green · cool · closest name: khaki
RGB
173, 231, 131
HSL
95°, 68%, 71%
CMYK
25, 0, 43, 9
Luminance
0.6767
Every format
| HEX | #ade783 |
| RGB | rgb(173, 231, 131) |
| HSL | hsl(95, 68%, 71%) |
| CMYK | cmyk(25%, 0%, 43%, 9%) |
| LAB | lab(85.8 -35.6 42.8) |
| LCH | lch(85.8 55.6 129.8) |
| OKLCH | oklch(0.866 0.143 133.2) |
Copy-ready code
/* CSS */
color: #ade783;
background-color: #ade783;
/* Tailwind (arbitrary) */
class="text-[#ade783] bg-[#ade783]"
/* SCSS */
$brand: #ade783;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.514)
/* Android */
Color.parseColor("#ade783")Accessibility — WCAG contrast
Aa
#ade783 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade783 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue51.4%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow43.3%
Key (black)9.4%
Color previews
#ade783 text on a black background
contrast 14.53:1
Card sample
#ade783 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade783;
Background color
Panel with #ade783 background
background-color: #ade783;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade783;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade783; background: linear-gradient(135deg, #ade783, #83E79C);