#ade728
a balanced, electric green · cool · closest name: yellow
RGB
173, 231, 40
HSL
78°, 80%, 53%
CMYK
25, 0, 83, 9
Luminance
0.6619
Every format
| HEX | #ade728 |
| RGB | rgb(173, 231, 40) |
| HSL | hsl(78, 80%, 53%) |
| CMYK | cmyk(25%, 0%, 83%, 9%) |
| LAB | lab(85.1 -42.6 77.5) |
| LCH | lch(85.1 88.4 118.8) |
| OKLCH | oklch(0.857 0.209 126.3) |
Copy-ready code
/* CSS */
color: #ade728;
background-color: #ade728;
/* Tailwind (arbitrary) */
class="text-[#ade728] bg-[#ade728]"
/* SCSS */
$brand: #ade728;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.157)
/* Android */
Color.parseColor("#ade728")Accessibility — WCAG contrast
Aa
#ade728 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade728 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue15.7%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow82.7%
Key (black)9.4%
Color previews
#ade728 text on a black background
contrast 14.24:1
Card sample
#ade728 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade728;
Background color
Panel with #ade728 background
background-color: #ade728;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade728;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade728; background: linear-gradient(135deg, #ade728, #2EE728);