#fdc721
a balanced, electric yellow · cool · closest name: gold
RGB
253, 199, 33
HSL
45°, 98%, 56%
CMYK
0, 21, 87, 1
Luminance
0.6184
Every format
| HEX | #fdc721 |
| RGB | rgb(253, 199, 33) |
| HSL | hsl(45, 98%, 56%) |
| CMYK | cmyk(0%, 21%, 87%, 1%) |
| LAB | lab(82.8 5.8 79.7) |
| LCH | lch(82.8 79.9 85.8) |
| OKLCH | oklch(0.854 0.169 87.9) |
Copy-ready code
/* CSS */
color: #fdc721;
background-color: #fdc721;
/* Tailwind (arbitrary) */
class="text-[#fdc721] bg-[#fdc721]"
/* SCSS */
$brand: #fdc721;
/* SwiftUI */
Color(red: 0.992, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#fdc721")Accessibility — WCAG contrast
Aa
#fdc721 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc721 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green78.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow87.0%
Key (black)0.8%
Color previews
#fdc721 text on a black background
contrast 13.37:1
Card sample
#fdc721 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc721;
Background color
Panel with #fdc721 background
background-color: #fdc721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc721; background: linear-gradient(135deg, #fdc721, #A0FD21);