#ade237
a balanced, vivid green · cool · closest name: yellow
RGB
173, 226, 55
HSL
79°, 75%, 55%
CMYK
24, 0, 76, 11
Luminance
0.6355
Every format
| HEX | #ade237 |
| RGB | rgb(173, 226, 55) |
| HSL | hsl(79, 75%, 55%) |
| CMYK | cmyk(24%, 0%, 76%, 11%) |
| LAB | lab(83.7 -39.8 72.2) |
| LCH | lch(83.7 82.5 118.9) |
| OKLCH | oklch(0.846 0.197 125.9) |
Copy-ready code
/* CSS */
color: #ade237;
background-color: #ade237;
/* Tailwind (arbitrary) */
class="text-[#ade237] bg-[#ade237]"
/* SCSS */
$brand: #ade237;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.216)
/* Android */
Color.parseColor("#ade237")Accessibility — WCAG contrast
Aa
#ade237 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade237 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue21.6%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow75.7%
Key (black)11.4%
Color previews
#ade237 text on a black background
contrast 13.71:1
Card sample
#ade237 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade237;
Background color
Panel with #ade237 background
background-color: #ade237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade237; background: linear-gradient(135deg, #ade237, #3BE237);