#fdcd4c
a balanced, electric yellow · warm · closest name: gold
RGB
253, 205, 76
HSL
44°, 98%, 65%
CMYK
0, 19, 70, 1
Luminance
0.6507
Every format
| HEX | #fdcd4c |
| RGB | rgb(253, 205, 76) |
| HSL | hsl(44, 98%, 65%) |
| CMYK | cmyk(0%, 19%, 70%, 1%) |
| LAB | lab(84.5 4.2 67.7) |
| LCH | lch(84.5 67.8 86.5) |
| OKLCH | oklch(0.868 0.151 87.9) |
Copy-ready code
/* CSS */
color: #fdcd4c;
background-color: #fdcd4c;
/* Tailwind (arbitrary) */
class="text-[#fdcd4c] bg-[#fdcd4c]"
/* SCSS */
$brand: #fdcd4c;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.298)
/* Android */
Color.parseColor("#fdcd4c")Accessibility — WCAG contrast
Aa
#fdcd4c on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd4c on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow70.0%
Key (black)0.8%
Color previews
#fdcd4c text on a black background
contrast 14.01:1
Card sample
#fdcd4c text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd4c;
Background color
Panel with #fdcd4c background
background-color: #fdcd4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd4c; background: linear-gradient(135deg, #fdcd4c, #B7FD4C);