#ade665
a balanced, vivid green · cool · closest name: khaki
RGB
173, 230, 101
HSL
87°, 72%, 65%
CMYK
25, 0, 56, 10
Luminance
0.6642
Every format
| HEX | #ade665 |
| RGB | rgb(173, 230, 101) |
| HSL | hsl(87, 72%, 65%) |
| CMYK | cmyk(25%, 0%, 56%, 10%) |
| LAB | lab(85.2 -38.4 56.1) |
| LCH | lch(85.2 68.0 124.4) |
| OKLCH | oklch(0.859 0.170 129.3) |
Copy-ready code
/* CSS */
color: #ade665;
background-color: #ade665;
/* Tailwind (arbitrary) */
class="text-[#ade665] bg-[#ade665]"
/* SCSS */
$brand: #ade665;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.396)
/* Android */
Color.parseColor("#ade665")Accessibility — WCAG contrast
Aa
#ade665 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade665 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue39.6%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow56.1%
Key (black)9.8%
Color previews
#ade665 text on a black background
contrast 14.28:1
Card sample
#ade665 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade665;
Background color
Panel with #ade665 background
background-color: #ade665;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade665;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade665; background: linear-gradient(135deg, #ade665, #65E673);