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