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