#ade435
a balanced, electric green · cool · closest name: yellow
RGB
173, 228, 53
HSL
79°, 76%, 55%
CMYK
24, 0, 77, 11
Luminance
0.6463
Every format
| HEX | #ade435 |
| RGB | rgb(173, 228, 53) |
| HSL | hsl(79, 76%, 55%) |
| CMYK | cmyk(24%, 0%, 77%, 11%) |
| LAB | lab(84.3 -40.8 73.3) |
| LCH | lch(84.3 83.9 119.1) |
| OKLCH | oklch(0.851 0.200 126.2) |
Copy-ready code
/* CSS */
color: #ade435;
background-color: #ade435;
/* Tailwind (arbitrary) */
class="text-[#ade435] bg-[#ade435]"
/* SCSS */
$brand: #ade435;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.208)
/* Android */
Color.parseColor("#ade435")Accessibility — WCAG contrast
Aa
#ade435 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade435 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue20.8%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow76.8%
Key (black)10.6%
Color previews
#ade435 text on a black background
contrast 13.93:1
Card sample
#ade435 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade435;
Background color
Panel with #ade435 background
background-color: #ade435;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade435;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade435; background: linear-gradient(135deg, #ade435, #38E435);