#afdc02
a dark, electric green · cool · closest name: yellow
RGB
175, 220, 2
HSL
72°, 98%, 44%
CMYK
21, 0, 99, 14
Luminance
0.6030
Every format
| HEX | #afdc02 |
| RGB | rgb(175, 220, 2) |
| HSL | hsl(72, 98%, 44%) |
| CMYK | cmyk(21%, 0%, 99%, 14%) |
| LAB | lab(82.0 -37.8 80.5) |
| LCH | lch(82.0 88.9 115.1) |
| OKLCH | oklch(0.832 0.204 123.3) |
Copy-ready code
/* CSS */
color: #afdc02;
background-color: #afdc02;
/* Tailwind (arbitrary) */
class="text-[#afdc02] bg-[#afdc02]"
/* SCSS */
$brand: #afdc02;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.008)
/* Android */
Color.parseColor("#afdc02")Accessibility — WCAG contrast
Aa
#afdc02 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc02 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue0.8%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow99.1%
Key (black)13.7%
Color previews
#afdc02 text on a black background
contrast 13.06:1
Card sample
#afdc02 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc02;
Background color
Panel with #afdc02 background
background-color: #afdc02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc02; background: linear-gradient(135deg, #afdc02, #1EDC02);