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