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