#afd70d
a dark, electric green · cool · closest name: yellow
RGB
175, 215, 13
HSL
72°, 89%, 45%
CMYK
19, 0, 94, 16
Luminance
0.5774
Every format
| HEX | #afd70d |
| RGB | rgb(175, 215, 13) |
| HSL | hsl(72, 89%, 45%) |
| CMYK | cmyk(19%, 0%, 94%, 16%) |
| LAB | lab(80.6 -35.4 78.4) |
| LCH | lch(80.6 86.0 114.3) |
| OKLCH | oklch(0.821 0.198 122.3) |
Copy-ready code
/* CSS */
color: #afd70d;
background-color: #afd70d;
/* Tailwind (arbitrary) */
class="text-[#afd70d] bg-[#afd70d]"
/* SCSS */
$brand: #afd70d;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.051)
/* Android */
Color.parseColor("#afd70d")Accessibility — WCAG contrast
Aa
#afd70d on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd70d on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue5.1%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow94.0%
Key (black)15.7%
Color previews
#afd70d text on a black background
contrast 12.55:1
Card sample
#afd70d text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd70d;
Background color
Panel with #afd70d background
background-color: #afd70d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd70d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd70d; background: linear-gradient(135deg, #afd70d, #28D70D);