#fdcf49
a balanced, electric yellow · warm · closest name: gold
RGB
253, 207, 73
HSL
45°, 98%, 64%
CMYK
0, 18, 71, 1
Luminance
0.6599
Every format
| HEX | #fdcf49 |
| RGB | rgb(253, 207, 73) |
| HSL | hsl(45, 98%, 64%) |
| CMYK | cmyk(0%, 18%, 71%, 1%) |
| LAB | lab(85.0 3.0 69.3) |
| LCH | lch(85.0 69.4 87.5) |
| OKLCH | oklch(0.872 0.154 89.4) |
Copy-ready code
/* CSS */
color: #fdcf49;
background-color: #fdcf49;
/* Tailwind (arbitrary) */
class="text-[#fdcf49] bg-[#fdcf49]"
/* SCSS */
$brand: #fdcf49;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#fdcf49")Accessibility — WCAG contrast
Aa
#fdcf49 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcf49 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow71.1%
Key (black)0.8%
Color previews
#fdcf49 text on a black background
contrast 14.20:1
Card sample
#fdcf49 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcf49;
Background color
Panel with #fdcf49 background
background-color: #fdcf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcf49; background: linear-gradient(135deg, #fdcf49, #B3FD49);