#ade685
a light, vivid green · cool · closest name: khaki
RGB
173, 230, 133
HSL
95°, 66%, 71%
CMYK
25, 0, 42, 10
Luminance
0.6717
Every format
| HEX | #ade685 |
| RGB | rgb(173, 230, 133) |
| HSL | hsl(95, 66%, 71%) |
| CMYK | cmyk(25%, 0%, 42%, 10%) |
| LAB | lab(85.6 -34.9 41.5) |
| LCH | lch(85.6 54.2 130.1) |
| OKLCH | oklch(0.864 0.139 133.4) |
Copy-ready code
/* CSS */
color: #ade685;
background-color: #ade685;
/* Tailwind (arbitrary) */
class="text-[#ade685] bg-[#ade685]"
/* SCSS */
$brand: #ade685;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.522)
/* Android */
Color.parseColor("#ade685")Accessibility — WCAG contrast
Aa
#ade685 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade685 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue52.2%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow42.2%
Key (black)9.8%
Color previews
#ade685 text on a black background
contrast 14.43:1
Card sample
#ade685 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade685;
Background color
Panel with #ade685 background
background-color: #ade685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade685; background: linear-gradient(135deg, #ade685, #85E69E);