#afd902
a dark, electric green · cool · closest name: yellow
RGB
175, 217, 2
HSL
72°, 98%, 43%
CMYK
19, 0, 99, 15
Luminance
0.5874
Every format
| HEX | #afd902 |
| RGB | rgb(175, 217, 2) |
| HSL | hsl(72, 98%, 43%) |
| CMYK | cmyk(19%, 0%, 99%, 15%) |
| LAB | lab(81.2 -36.4 79.9) |
| LCH | lch(81.2 87.8 114.5) |
| OKLCH | oklch(0.825 0.201 122.6) |
Copy-ready code
/* CSS */
color: #afd902;
background-color: #afd902;
/* Tailwind (arbitrary) */
class="text-[#afd902] bg-[#afd902]"
/* SCSS */
$brand: #afd902;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.008)
/* Android */
Color.parseColor("#afd902")Accessibility — WCAG contrast
Aa
#afd902 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd902 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue0.8%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow99.1%
Key (black)14.9%
Color previews
#afd902 text on a black background
contrast 12.75:1
Card sample
#afd902 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd902;
Background color
Panel with #afd902 background
background-color: #afd902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd902; background: linear-gradient(135deg, #afd902, #20D902);