#fdda47
a balanced, electric yellow · cool · closest name: gold
RGB
253, 218, 71
HSL
49°, 98%, 64%
CMYK
0, 14, 72, 1
Luminance
0.7148
Every format
| HEX | #fdda47 |
| RGB | rgb(253, 218, 71) |
| HSL | hsl(49, 98%, 64%) |
| CMYK | cmyk(0%, 14%, 72%, 1%) |
| LAB | lab(87.7 -2.7 72.8) |
| LCH | lch(87.7 72.8 92.1) |
| OKLCH | oklch(0.893 0.162 95.2) |
Copy-ready code
/* CSS */
color: #fdda47;
background-color: #fdda47;
/* Tailwind (arbitrary) */
class="text-[#fdda47] bg-[#fdda47]"
/* SCSS */
$brand: #fdda47;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.278)
/* Android */
Color.parseColor("#fdda47")Accessibility — WCAG contrast
Aa
#fdda47 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda47 on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow71.9%
Key (black)0.8%
Color previews
#fdda47 text on a black background
contrast 15.30:1
Card sample
#fdda47 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda47;
Background color
Panel with #fdda47 background
background-color: #fdda47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda47; background: linear-gradient(135deg, #fdda47, #A6FD47);