#ade308
a balanced, electric green · cool · closest name: yellow
RGB
173, 227, 8
HSL
75°, 93%, 46%
CMYK
24, 0, 97, 11
Luminance
0.6384
Every format
| HEX | #ade308 |
| RGB | rgb(173, 227, 8) |
| HSL | hsl(75, 93%, 46%) |
| CMYK | cmyk(24%, 0%, 97%, 11%) |
| LAB | lab(83.9 -41.6 81.4) |
| LCH | lch(83.9 91.4 117.1) |
| OKLCH | oklch(0.847 0.212 125.2) |
Copy-ready code
/* CSS */
color: #ade308;
background-color: #ade308;
/* Tailwind (arbitrary) */
class="text-[#ade308] bg-[#ade308]"
/* SCSS */
$brand: #ade308;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.031)
/* Android */
Color.parseColor("#ade308")Accessibility — WCAG contrast
Aa
#ade308 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade308 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue3.1%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow96.5%
Key (black)11.0%
Color previews
#ade308 text on a black background
contrast 13.77:1
Card sample
#ade308 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade308;
Background color
Panel with #ade308 background
background-color: #ade308;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade308;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade308; background: linear-gradient(135deg, #ade308, #1BE308);