#ade349
a balanced, vivid green · cool · closest name: yellow
RGB
173, 227, 73
HSL
81°, 73%, 59%
CMYK
24, 0, 68, 11
Luminance
0.6430
Every format
| HEX | #ade349 |
| RGB | rgb(173, 227, 73) |
| HSL | hsl(81, 73%, 59%) |
| CMYK | cmyk(24%, 0%, 68%, 11%) |
| LAB | lab(84.1 -39.3 66.4) |
| LCH | lch(84.1 77.2 120.6) |
| OKLCH | oklch(0.850 0.188 126.8) |
Copy-ready code
/* CSS */
color: #ade349;
background-color: #ade349;
/* Tailwind (arbitrary) */
class="text-[#ade349] bg-[#ade349]"
/* SCSS */
$brand: #ade349;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.286)
/* Android */
Color.parseColor("#ade349")Accessibility — WCAG contrast
Aa
#ade349 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade349 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue28.6%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow67.8%
Key (black)11.0%
Color previews
#ade349 text on a black background
contrast 13.86:1
Card sample
#ade349 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade349;
Background color
Panel with #ade349 background
background-color: #ade349;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade349;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade349; background: linear-gradient(135deg, #ade349, #49E34B);