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