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