#afd709
a dark, electric green · cool · closest name: yellow
RGB
175, 215, 9
HSL
72°, 92%, 44%
CMYK
19, 0, 96, 16
Luminance
0.5773
Every format
| HEX | #afd709 |
| RGB | rgb(175, 215, 9) |
| HSL | hsl(72, 92%, 44%) |
| CMYK | cmyk(19%, 0%, 96%, 16%) |
| LAB | lab(80.6 -35.4 78.8) |
| LCH | lch(80.6 86.4 114.2) |
| OKLCH | oklch(0.821 0.198 122.2) |
Copy-ready code
/* CSS */
color: #afd709;
background-color: #afd709;
/* Tailwind (arbitrary) */
class="text-[#afd709] bg-[#afd709]"
/* SCSS */
$brand: #afd709;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.035)
/* Android */
Color.parseColor("#afd709")Accessibility — WCAG contrast
Aa
#afd709 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd709 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue3.5%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow95.8%
Key (black)15.7%
Color previews
#afd709 text on a black background
contrast 12.55:1
Card sample
#afd709 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd709;
Background color
Panel with #afd709 background
background-color: #afd709;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd709;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd709; background: linear-gradient(135deg, #afd709, #25D709);