#ade246
a balanced, vivid green · cool · closest name: yellow
RGB
173, 226, 70
HSL
80°, 73%, 58%
CMYK
24, 0, 69, 11
Luminance
0.6372
Every format
| HEX | #ade246 |
| RGB | rgb(173, 226, 70) |
| HSL | hsl(80, 73%, 58%) |
| CMYK | cmyk(24%, 0%, 69%, 11%) |
| LAB | lab(83.8 -39.0 67.2) |
| LCH | lch(83.8 77.7 120.1) |
| OKLCH | oklch(0.847 0.188 126.5) |
Copy-ready code
/* CSS */
color: #ade246;
background-color: #ade246;
/* Tailwind (arbitrary) */
class="text-[#ade246] bg-[#ade246]"
/* SCSS */
$brand: #ade246;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.275)
/* Android */
Color.parseColor("#ade246")Accessibility — WCAG contrast
Aa
#ade246 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade246 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue27.5%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow69.0%
Key (black)11.4%
Color previews
#ade246 text on a black background
contrast 13.74:1
Card sample
#ade246 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade246;
Background color
Panel with #ade246 background
background-color: #ade246;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade246;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade246; background: linear-gradient(135deg, #ade246, #46E247);