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