#ade146
a balanced, vivid green · cool · closest name: yellow
RGB
173, 225, 70
HSL
80°, 72%, 58%
CMYK
23, 0, 69, 12
Luminance
0.6318
Every format
| HEX | #ade146 |
| RGB | rgb(173, 225, 70) |
| HSL | hsl(80, 72%, 58%) |
| CMYK | cmyk(23%, 0%, 69%, 12%) |
| LAB | lab(83.5 -38.6 67.0) |
| LCH | lch(83.5 77.3 119.9) |
| OKLCH | oklch(0.845 0.187 126.3) |
Copy-ready code
/* CSS */
color: #ade146;
background-color: #ade146;
/* Tailwind (arbitrary) */
class="text-[#ade146] bg-[#ade146]"
/* SCSS */
$brand: #ade146;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.275)
/* Android */
Color.parseColor("#ade146")Accessibility — WCAG contrast
Aa
#ade146 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade146 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue27.5%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow68.9%
Key (black)11.8%
Color previews
#ade146 text on a black background
contrast 13.64:1
Card sample
#ade146 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade146;
Background color
Panel with #ade146 background
background-color: #ade146;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade146;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade146; background: linear-gradient(135deg, #ade146, #46E146);