#ade032
a balanced, vivid green · cool · closest name: yellow
RGB
173, 224, 50
HSL
78°, 74%, 54%
CMYK
23, 0, 78, 12
Luminance
0.6243
Every format
| HEX | #ade032 |
| RGB | rgb(173, 224, 50) |
| HSL | hsl(78, 74%, 54%) |
| CMYK | cmyk(23%, 0%, 78%, 12%) |
| LAB | lab(83.1 -39.2 73.2) |
| LCH | lch(83.1 83.0 118.2) |
| OKLCH | oklch(0.841 0.197 125.3) |
Copy-ready code
/* CSS */
color: #ade032;
background-color: #ade032;
/* Tailwind (arbitrary) */
class="text-[#ade032] bg-[#ade032]"
/* SCSS */
$brand: #ade032;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.196)
/* Android */
Color.parseColor("#ade032")Accessibility — WCAG contrast
Aa
#ade032 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade032 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue19.6%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow77.7%
Key (black)12.2%
Color previews
#ade032 text on a black background
contrast 13.49:1
Card sample
#ade032 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade032;
Background color
Panel with #ade032 background
background-color: #ade032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade032; background: linear-gradient(135deg, #ade032, #39E032);