#afd201
a dark, electric green · cool · closest name: yellow
RGB
175, 210, 1
HSL
70°, 99%, 41%
CMYK
17, 0, 100, 18
Luminance
0.5521
Every format
| HEX | #afd201 |
| RGB | rgb(175, 210, 1) |
| HSL | hsl(70, 99%, 41%) |
| CMYK | cmyk(17%, 0%, 100%, 18%) |
| LAB | lab(79.2 -33.2 78.5) |
| LCH | lch(79.2 85.2 112.9) |
| OKLCH | oklch(0.809 0.194 121.0) |
Copy-ready code
/* CSS */
color: #afd201;
background-color: #afd201;
/* Tailwind (arbitrary) */
class="text-[#afd201] bg-[#afd201]"
/* SCSS */
$brand: #afd201;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.004)
/* Android */
Color.parseColor("#afd201")Accessibility — WCAG contrast
Aa
#afd201 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd201 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue0.4%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow99.5%
Key (black)17.6%
Color previews
#afd201 text on a black background
contrast 12.04:1
Card sample
#afd201 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd201;
Background color
Panel with #afd201 background
background-color: #afd201;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd201;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd201; background: linear-gradient(135deg, #afd201, #24D201);