#afd005
a dark, electric yellow · cool · closest name: yellow
RGB
175, 208, 5
HSL
70°, 95%, 42%
CMYK
16, 0, 98, 18
Luminance
0.5424
Every format
| HEX | #afd005 |
| RGB | rgb(175, 208, 5) |
| HSL | hsl(70, 95%, 42%) |
| CMYK | cmyk(16%, 0%, 98%, 18%) |
| LAB | lab(78.6 -32.2 77.7) |
| LCH | lch(78.6 84.1 112.5) |
| OKLCH | oklch(0.805 0.191 120.5) |
Copy-ready code
/* CSS */
color: #afd005;
background-color: #afd005;
/* Tailwind (arbitrary) */
class="text-[#afd005] bg-[#afd005]"
/* SCSS */
$brand: #afd005;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.020)
/* Android */
Color.parseColor("#afd005")Accessibility — WCAG contrast
Aa
#afd005 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd005 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue2.0%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow97.6%
Key (black)18.4%
Color previews
#afd005 text on a black background
contrast 11.85:1
Card sample
#afd005 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd005;
Background color
Panel with #afd005 background
background-color: #afd005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd005; background: linear-gradient(135deg, #afd005, #28D005);