#ade785
a light, vivid green · cool · closest name: khaki
RGB
173, 231, 133
HSL
96°, 67%, 71%
CMYK
25, 0, 42, 9
Luminance
0.6773
Every format
| HEX | #ade785 |
| RGB | rgb(173, 231, 133) |
| HSL | hsl(96, 67%, 71%) |
| CMYK | cmyk(25%, 0%, 42%, 9%) |
| LAB | lab(85.9 -35.4 41.8) |
| LCH | lch(85.9 54.8 130.2) |
| OKLCH | oklch(0.866 0.141 133.6) |
Copy-ready code
/* CSS */
color: #ade785;
background-color: #ade785;
/* Tailwind (arbitrary) */
class="text-[#ade785] bg-[#ade785]"
/* SCSS */
$brand: #ade785;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.522)
/* Android */
Color.parseColor("#ade785")Accessibility — WCAG contrast
Aa
#ade785 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade785 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue52.2%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow42.4%
Key (black)9.4%
Color previews
#ade785 text on a black background
contrast 14.55:1
Card sample
#ade785 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade785;
Background color
Panel with #ade785 background
background-color: #ade785;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade785;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade785; background: linear-gradient(135deg, #ade785, #85E79E);