#afc201
a dark, electric yellow · cool · closest name: gold
RGB
175, 194, 1
HSL
66°, 99%, 38%
CMYK
10, 0, 100, 24
Luminance
0.4770
Every format
| HEX | #afc201 |
| RGB | rgb(175, 194, 1) |
| HSL | hsl(66, 99%, 38%) |
| CMYK | cmyk(10%, 0%, 100%, 24%) |
| LAB | lab(74.6 -25.7 75.1) |
| LCH | lch(74.6 79.3 108.9) |
| OKLCH | oklch(0.773 0.177 116.6) |
Copy-ready code
/* CSS */
color: #afc201;
background-color: #afc201;
/* Tailwind (arbitrary) */
class="text-[#afc201] bg-[#afc201]"
/* SCSS */
$brand: #afc201;
/* SwiftUI */
Color(red: 0.686, green: 0.761, blue: 0.004)
/* Android */
Color.parseColor("#afc201")Accessibility — WCAG contrast
Aa
#afc201 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc201 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green76.1%
Blue0.4%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow99.5%
Key (black)23.9%
Color previews
#afc201 text on a black background
contrast 10.54:1
Card sample
#afc201 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc201;
Background color
Panel with #afc201 background
background-color: #afc201;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc201;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 194, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 194, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc201; background: linear-gradient(135deg, #afc201, #2EC201);