#ade869
a light, vivid green · cool · closest name: khaki
RGB
173, 232, 105
HSL
88°, 73%, 66%
CMYK
25, 0, 55, 9
Luminance
0.6762
Every format
| HEX | #ade869 |
| RGB | rgb(173, 232, 105) |
| HSL | hsl(88, 73%, 66%) |
| CMYK | cmyk(25%, 0%, 55%, 9%) |
| LAB | lab(85.8 -38.9 55.0) |
| LCH | lch(85.8 67.4 125.3) |
| OKLCH | oklch(0.864 0.169 130.0) |
Copy-ready code
/* CSS */
color: #ade869;
background-color: #ade869;
/* Tailwind (arbitrary) */
class="text-[#ade869] bg-[#ade869]"
/* SCSS */
$brand: #ade869;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.412)
/* Android */
Color.parseColor("#ade869")Accessibility — WCAG contrast
Aa
#ade869 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade869 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue41.2%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow54.7%
Key (black)9.0%
Color previews
#ade869 text on a black background
contrast 14.52:1
Card sample
#ade869 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade869;
Background color
Panel with #ade869 background
background-color: #ade869;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade869;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade869; background: linear-gradient(135deg, #ade869, #69E87A);