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