#ade044
a balanced, vivid green · cool · closest name: yellow
RGB
173, 224, 68
HSL
80°, 72%, 57%
CMYK
23, 0, 70, 12
Luminance
0.6261
Every format
| HEX | #ade044 |
| RGB | rgb(173, 224, 68) |
| HSL | hsl(80, 72%, 57%) |
| CMYK | cmyk(23%, 0%, 70%, 12%) |
| LAB | lab(83.2 -38.3 67.4) |
| LCH | lch(83.2 77.5 119.6) |
| OKLCH | oklch(0.843 0.187 126.0) |
Copy-ready code
/* CSS */
color: #ade044;
background-color: #ade044;
/* Tailwind (arbitrary) */
class="text-[#ade044] bg-[#ade044]"
/* SCSS */
$brand: #ade044;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.267)
/* Android */
Color.parseColor("#ade044")Accessibility — WCAG contrast
Aa
#ade044 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade044 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue26.7%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow69.6%
Key (black)12.2%
Color previews
#ade044 text on a black background
contrast 13.52:1
Card sample
#ade044 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade044;
Background color
Panel with #ade044 background
background-color: #ade044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade044; background: linear-gradient(135deg, #ade044, #45E044);