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