#aade61
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 222, 97
HSL
85°, 65%, 63%
CMYK
23, 0, 56, 13
Luminance
0.6165
Every format
| HEX | #aade61 |
| RGB | rgb(170, 222, 97) |
| HSL | hsl(85, 65%, 63%) |
| CMYK | cmyk(23%, 0%, 56%, 13%) |
| LAB | lab(82.7 -36.3 55.0) |
| LCH | lch(82.7 65.8 123.4) |
| OKLCH | oklch(0.839 0.164 128.4) |
Copy-ready code
/* CSS */
color: #aade61;
background-color: #aade61;
/* Tailwind (arbitrary) */
class="text-[#aade61] bg-[#aade61]"
/* SCSS */
$brand: #aade61;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.380)
/* Android */
Color.parseColor("#aade61")Accessibility — WCAG contrast
Aa
#aade61 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aade61 on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue38.0%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow56.3%
Key (black)12.9%
Color previews
#aade61 text on a black background
contrast 13.33:1
Card sample
#aade61 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aade61;
Background color
Panel with #aade61 background
background-color: #aade61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aade61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aade61; background: linear-gradient(135deg, #aade61, #61DE6B);