#ade038
a balanced, vivid green · cool · closest name: yellow
RGB
173, 224, 56
HSL
78°, 73%, 55%
CMYK
23, 0, 75, 12
Luminance
0.6248
Every format
| HEX | #ade038 |
| RGB | rgb(173, 224, 56) |
| HSL | hsl(78, 73%, 55%) |
| CMYK | cmyk(23%, 0%, 75%, 12%) |
| LAB | lab(83.2 -38.9 71.4) |
| LCH | lch(83.2 81.3 118.6) |
| OKLCH | oklch(0.842 0.194 125.5) |
Copy-ready code
/* CSS */
color: #ade038;
background-color: #ade038;
/* Tailwind (arbitrary) */
class="text-[#ade038] bg-[#ade038]"
/* SCSS */
$brand: #ade038;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.220)
/* Android */
Color.parseColor("#ade038")Accessibility — WCAG contrast
Aa
#ade038 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade038 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue22.0%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow75.0%
Key (black)12.2%
Color previews
#ade038 text on a black background
contrast 13.50:1
Card sample
#ade038 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade038;
Background color
Panel with #ade038 background
background-color: #ade038;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade038;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade038; background: linear-gradient(135deg, #ade038, #3DE038);