#afd407
a dark, electric green · cool · closest name: yellow
RGB
175, 212, 7
HSL
71°, 94%, 43%
CMYK
18, 0, 97, 17
Luminance
0.5622
Every format
| HEX | #afd407 |
| RGB | rgb(175, 212, 7) |
| HSL | hsl(71, 94%, 43%) |
| CMYK | cmyk(18%, 0%, 97%, 17%) |
| LAB | lab(79.7 -34.1 78.3) |
| LCH | lch(79.7 85.4 113.5) |
| OKLCH | oklch(0.814 0.195 121.5) |
Copy-ready code
/* CSS */
color: #afd407;
background-color: #afd407;
/* Tailwind (arbitrary) */
class="text-[#afd407] bg-[#afd407]"
/* SCSS */
$brand: #afd407;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.027)
/* Android */
Color.parseColor("#afd407")Accessibility — WCAG contrast
Aa
#afd407 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd407 on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue2.7%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow96.7%
Key (black)16.9%
Color previews
#afd407 text on a black background
contrast 12.24:1
Card sample
#afd407 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd407;
Background color
Panel with #afd407 background
background-color: #afd407;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd407;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd407; background: linear-gradient(135deg, #afd407, #26D407);