#aade23
a balanced, vivid green · cool · closest name: yellow
RGB
170, 222, 35
HSL
77°, 74%, 50%
CMYK
23, 0, 84, 13
Luminance
0.6091
Every format
| HEX | #aade23 |
| RGB | rgb(170, 222, 35) |
| HSL | hsl(77, 74%, 50%) |
| CMYK | cmyk(23%, 0%, 84%, 13%) |
| LAB | lab(82.3 -40.0 76.2) |
| LCH | lch(82.3 86.0 117.7) |
| OKLCH | oklch(0.834 0.202 125.3) |
Copy-ready code
/* CSS */
color: #aade23;
background-color: #aade23;
/* Tailwind (arbitrary) */
class="text-[#aade23] bg-[#aade23]"
/* SCSS */
$brand: #aade23;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.137)
/* Android */
Color.parseColor("#aade23")Accessibility — WCAG contrast
Aa
#aade23 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aade23 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue13.7%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow84.2%
Key (black)12.9%
Color previews
#aade23 text on a black background
contrast 13.18:1
Card sample
#aade23 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aade23;
Background color
Panel with #aade23 background
background-color: #aade23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aade23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aade23; background: linear-gradient(135deg, #aade23, #2DDE23);