#ade317
a balanced, electric green · cool · closest name: yellow
RGB
173, 227, 23
HSL
76°, 82%, 49%
CMYK
24, 0, 90, 11
Luminance
0.6388
Every format
| HEX | #ade317 |
| RGB | rgb(173, 227, 23) |
| HSL | hsl(76, 82%, 49%) |
| CMYK | cmyk(24%, 0%, 90%, 11%) |
| LAB | lab(83.9 -41.3 79.7) |
| LCH | lch(83.9 89.8 117.4) |
| OKLCH | oklch(0.847 0.210 125.3) |
Copy-ready code
/* CSS */
color: #ade317;
background-color: #ade317;
/* Tailwind (arbitrary) */
class="text-[#ade317] bg-[#ade317]"
/* SCSS */
$brand: #ade317;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.090)
/* Android */
Color.parseColor("#ade317")Accessibility — WCAG contrast
Aa
#ade317 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade317 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue9.0%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow89.9%
Key (black)11.0%
Color previews
#ade317 text on a black background
contrast 13.78:1
Card sample
#ade317 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade317;
Background color
Panel with #ade317 background
background-color: #ade317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade317; background: linear-gradient(135deg, #ade317, #25E317);