#ade343
a balanced, vivid green · cool · closest name: yellow
RGB
173, 227, 67
HSL
80°, 74%, 58%
CMYK
24, 0, 71, 11
Luminance
0.6423
Every format
| HEX | #ade343 |
| RGB | rgb(173, 227, 67) |
| HSL | hsl(80, 74%, 58%) |
| CMYK | cmyk(24%, 0%, 71%, 11%) |
| LAB | lab(84.1 -39.6 68.6) |
| LCH | lch(84.1 79.2 120.0) |
| OKLCH | oklch(0.849 0.191 126.5) |
Copy-ready code
/* CSS */
color: #ade343;
background-color: #ade343;
/* Tailwind (arbitrary) */
class="text-[#ade343] bg-[#ade343]"
/* SCSS */
$brand: #ade343;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.263)
/* Android */
Color.parseColor("#ade343")Accessibility — WCAG contrast
Aa
#ade343 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade343 on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue26.3%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow70.5%
Key (black)11.0%
Color previews
#ade343 text on a black background
contrast 13.85:1
Card sample
#ade343 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade343;
Background color
Panel with #ade343 background
background-color: #ade343;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade343;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade343; background: linear-gradient(135deg, #ade343, #43E344);