#afdf02
a dark, electric green · cool · closest name: yellow
RGB
175, 223, 2
HSL
73°, 98%, 44%
CMYK
22, 0, 99, 13
Luminance
0.6189
Every format
| HEX | #afdf02 |
| RGB | rgb(175, 223, 2) |
| HSL | hsl(73, 98%, 44%) |
| CMYK | cmyk(22%, 0%, 99%, 13%) |
| LAB | lab(82.9 -39.1 81.2) |
| LCH | lch(82.9 90.1 115.7) |
| OKLCH | oklch(0.839 0.208 123.9) |
Copy-ready code
/* CSS */
color: #afdf02;
background-color: #afdf02;
/* Tailwind (arbitrary) */
class="text-[#afdf02] bg-[#afdf02]"
/* SCSS */
$brand: #afdf02;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.008)
/* Android */
Color.parseColor("#afdf02")Accessibility — WCAG contrast
Aa
#afdf02 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf02 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue0.8%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow99.1%
Key (black)12.5%
Color previews
#afdf02 text on a black background
contrast 13.38:1
Card sample
#afdf02 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf02;
Background color
Panel with #afdf02 background
background-color: #afdf02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf02; background: linear-gradient(135deg, #afdf02, #1CDF02);