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