#ade347
a balanced, vivid green · cool · closest name: yellow
RGB
173, 227, 71
HSL
81°, 74%, 58%
CMYK
24, 0, 69, 11
Luminance
0.6428
Every format
| HEX | #ade347 |
| RGB | rgb(173, 227, 71) |
| HSL | hsl(81, 74%, 58%) |
| CMYK | cmyk(24%, 0%, 69%, 11%) |
| LAB | lab(84.1 -39.4 67.2) |
| LCH | lch(84.1 77.9 120.4) |
| OKLCH | oklch(0.850 0.189 126.7) |
Copy-ready code
/* CSS */
color: #ade347;
background-color: #ade347;
/* Tailwind (arbitrary) */
class="text-[#ade347] bg-[#ade347]"
/* SCSS */
$brand: #ade347;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.278)
/* Android */
Color.parseColor("#ade347")Accessibility — WCAG contrast
Aa
#ade347 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade347 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue27.8%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow68.7%
Key (black)11.0%
Color previews
#ade347 text on a black background
contrast 13.86:1
Card sample
#ade347 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade347;
Background color
Panel with #ade347 background
background-color: #ade347;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade347;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade347; background: linear-gradient(135deg, #ade347, #47E349);