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