#aed708
a dark, electric green · cool · closest name: yellow
RGB
174, 215, 8
HSL
72°, 93%, 44%
CMYK
19, 0, 96, 16
Luminance
0.5762
Every format
| HEX | #aed708 |
| RGB | rgb(174, 215, 8) |
| HSL | hsl(72, 93%, 44%) |
| CMYK | cmyk(19%, 0%, 96%, 16%) |
| LAB | lab(80.5 -35.8 78.8) |
| LCH | lch(80.5 86.6 114.4) |
| OKLCH | oklch(0.820 0.199 122.5) |
Copy-ready code
/* CSS */
color: #aed708;
background-color: #aed708;
/* Tailwind (arbitrary) */
class="text-[#aed708] bg-[#aed708]"
/* SCSS */
$brand: #aed708;
/* SwiftUI */
Color(red: 0.682, green: 0.843, blue: 0.031)
/* Android */
Color.parseColor("#aed708")Accessibility — WCAG contrast
Aa
#aed708 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aed708 on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green84.3%
Blue3.1%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow96.3%
Key (black)15.7%
Color previews
#aed708 text on a black background
contrast 12.52:1
Card sample
#aed708 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aed708;
Background color
Panel with #aed708 background
background-color: #aed708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aed708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 215, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 215, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aed708; background: linear-gradient(135deg, #aed708, #24D708);