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