#fdce4d
a balanced, electric yellow · warm · closest name: gold
RGB
253, 206, 77
HSL
44°, 98%, 65%
CMYK
0, 19, 70, 1
Luminance
0.6556
Every format
| HEX | #fdce4d |
| RGB | rgb(253, 206, 77) |
| HSL | hsl(44, 98%, 65%) |
| CMYK | cmyk(0%, 19%, 70%, 1%) |
| LAB | lab(84.8 3.7 67.5) |
| LCH | lch(84.8 67.6 86.9) |
| OKLCH | oklch(0.870 0.151 88.4) |
Copy-ready code
/* CSS */
color: #fdce4d;
background-color: #fdce4d;
/* Tailwind (arbitrary) */
class="text-[#fdce4d] bg-[#fdce4d]"
/* SCSS */
$brand: #fdce4d;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.302)
/* Android */
Color.parseColor("#fdce4d")Accessibility — WCAG contrast
Aa
#fdce4d on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce4d on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow69.6%
Key (black)0.8%
Color previews
#fdce4d text on a black background
contrast 14.11:1
Card sample
#fdce4d text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce4d;
Background color
Panel with #fdce4d background
background-color: #fdce4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce4d; background: linear-gradient(135deg, #fdce4d, #B7FD4D);