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