#fdc40f
a balanced, electric yellow · cool · closest name: gold
RGB
253, 196, 15
HSL
46°, 98%, 53%
CMYK
0, 23, 94, 1
Luminance
0.6040
Every format
| HEX | #fdc40f |
| RGB | rgb(253, 196, 15) |
| HSL | hsl(46, 98%, 53%) |
| CMYK | cmyk(0%, 23%, 94%, 1%) |
| LAB | lab(82.1 7.1 82.2) |
| LCH | lch(82.1 82.5 85.1) |
| OKLCH | oklch(0.848 0.172 87.0) |
Copy-ready code
/* CSS */
color: #fdc40f;
background-color: #fdc40f;
/* Tailwind (arbitrary) */
class="text-[#fdc40f] bg-[#fdc40f]"
/* SCSS */
$brand: #fdc40f;
/* SwiftUI */
Color(red: 0.992, green: 0.769, blue: 0.059)
/* Android */
Color.parseColor("#fdc40f")Accessibility — WCAG contrast
Aa
#fdc40f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc40f on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow94.1%
Key (black)0.8%
Color previews
#fdc40f text on a black background
contrast 13.08:1
Card sample
#fdc40f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc40f;
Background color
Panel with #fdc40f background
background-color: #fdc40f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc40f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 196, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 196, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc40f; background: linear-gradient(135deg, #fdc40f, #97FD0F);