#fdc521
a balanced, electric yellow · warm · closest name: gold
RGB
253, 197, 33
HSL
45°, 98%, 56%
CMYK
0, 22, 87, 1
Luminance
0.6092
Every format
| HEX | #fdc521 |
| RGB | rgb(253, 197, 33) |
| HSL | hsl(45, 98%, 56%) |
| CMYK | cmyk(0%, 22%, 87%, 1%) |
| LAB | lab(82.3 6.8 79.3) |
| LCH | lch(82.3 79.6 85.1) |
| OKLCH | oklch(0.850 0.168 86.9) |
Copy-ready code
/* CSS */
color: #fdc521;
background-color: #fdc521;
/* Tailwind (arbitrary) */
class="text-[#fdc521] bg-[#fdc521]"
/* SCSS */
$brand: #fdc521;
/* SwiftUI */
Color(red: 0.992, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#fdc521")Accessibility — WCAG contrast
Aa
#fdc521 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc521 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green77.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow87.0%
Key (black)0.8%
Color previews
#fdc521 text on a black background
contrast 13.18:1
Card sample
#fdc521 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc521;
Background color
Panel with #fdc521 background
background-color: #fdc521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc521; background: linear-gradient(135deg, #fdc521, #A2FD21);