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