#ade047
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 224, 71
HSL
80°, 71%, 58%
CMYK
23, 0, 68, 12
Luminance
0.6265
Every format
| HEX | #ade047 |
| RGB | rgb(173, 224, 71) |
| HSL | hsl(80, 71%, 58%) |
| CMYK | cmyk(23%, 0%, 68%, 12%) |
| LAB | lab(83.3 -38.1 66.3) |
| LCH | lch(83.3 76.5 119.9) |
| OKLCH | oklch(0.843 0.185 126.1) |
Copy-ready code
/* CSS */
color: #ade047;
background-color: #ade047;
/* Tailwind (arbitrary) */
class="text-[#ade047] bg-[#ade047]"
/* SCSS */
$brand: #ade047;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.278)
/* Android */
Color.parseColor("#ade047")Accessibility — WCAG contrast
Aa
#ade047 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade047 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue27.8%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow68.3%
Key (black)12.2%
Color previews
#ade047 text on a black background
contrast 13.53:1
Card sample
#ade047 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade047;
Background color
Panel with #ade047 background
background-color: #ade047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade047; background: linear-gradient(135deg, #ade047, #47E047);