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