#ade446
a balanced, vivid green · cool · closest name: yellow
RGB
173, 228, 70
HSL
81°, 75%, 58%
CMYK
24, 0, 69, 11
Luminance
0.6481
Every format
| HEX | #ade446 |
| RGB | rgb(173, 228, 70) |
| HSL | hsl(81, 75%, 58%) |
| CMYK | cmyk(24%, 0%, 69%, 11%) |
| LAB | lab(84.4 -39.9 67.8) |
| LCH | lch(84.4 78.7 120.5) |
| OKLCH | oklch(0.852 0.191 126.9) |
Copy-ready code
/* CSS */
color: #ade446;
background-color: #ade446;
/* Tailwind (arbitrary) */
class="text-[#ade446] bg-[#ade446]"
/* SCSS */
$brand: #ade446;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.275)
/* Android */
Color.parseColor("#ade446")Accessibility — WCAG contrast
Aa
#ade446 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade446 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue27.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow69.3%
Key (black)10.6%
Color previews
#ade446 text on a black background
contrast 13.96:1
Card sample
#ade446 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade446;
Background color
Panel with #ade446 background
background-color: #ade446;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade446;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade446; background: linear-gradient(135deg, #ade446, #46E448);