#fdda4f
a light, electric yellow · cool · closest name: gold
RGB
253, 218, 79
HSL
48°, 98%, 65%
CMYK
0, 14, 69, 1
Luminance
0.7159
Every format
| HEX | #fdda4f |
| RGB | rgb(253, 218, 79) |
| HSL | hsl(48, 98%, 65%) |
| CMYK | cmyk(0%, 14%, 69%, 1%) |
| LAB | lab(87.8 -2.3 69.8) |
| LCH | lch(87.8 69.8 91.9) |
| OKLCH | oklch(0.894 0.157 94.7) |
Copy-ready code
/* CSS */
color: #fdda4f;
background-color: #fdda4f;
/* Tailwind (arbitrary) */
class="text-[#fdda4f] bg-[#fdda4f]"
/* SCSS */
$brand: #fdda4f;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.310)
/* Android */
Color.parseColor("#fdda4f")Accessibility — WCAG contrast
Aa
#fdda4f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda4f on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow68.8%
Key (black)0.8%
Color previews
#fdda4f text on a black background
contrast 15.32:1
Card sample
#fdda4f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda4f;
Background color
Panel with #fdda4f background
background-color: #fdda4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda4f; background: linear-gradient(135deg, #fdda4f, #ACFD4F);