#fdca13
a balanced, electric yellow · cool · closest name: gold
RGB
253, 202, 19
HSL
47°, 98%, 53%
CMYK
0, 20, 93, 1
Luminance
0.6317
Every format
| HEX | #fdca13 |
| RGB | rgb(253, 202, 19) |
| HSL | hsl(47, 98%, 53%) |
| CMYK | cmyk(0%, 20%, 93%, 1%) |
| LAB | lab(83.5 4.0 82.7) |
| LCH | lch(83.5 82.8 87.2) |
| OKLCH | oklch(0.860 0.173 89.9) |
Copy-ready code
/* CSS */
color: #fdca13;
background-color: #fdca13;
/* Tailwind (arbitrary) */
class="text-[#fdca13] bg-[#fdca13]"
/* SCSS */
$brand: #fdca13;
/* SwiftUI */
Color(red: 0.992, green: 0.792, blue: 0.075)
/* Android */
Color.parseColor("#fdca13")Accessibility — WCAG contrast
Aa
#fdca13 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdca13 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green79.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow92.5%
Key (black)0.8%
Color previews
#fdca13 text on a black background
contrast 13.63:1
Card sample
#fdca13 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdca13;
Background color
Panel with #fdca13 background
background-color: #fdca13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdca13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 202, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 202, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdca13; background: linear-gradient(135deg, #fdca13, #94FD13);