#fdee4d
a balanced, electric yellow · cool · closest name: gold
RGB
253, 238, 77
HSL
55°, 98%, 65%
CMYK
0, 6, 70, 1
Luminance
0.8257
Every format
| HEX | #fdee4d |
| RGB | rgb(253, 238, 77) |
| HSL | hsl(55, 98%, 65%) |
| CMYK | cmyk(0%, 6%, 70%, 1%) |
| LAB | lab(92.8 -12.4 75.6) |
| LCH | lch(92.8 76.6 99.3) |
| OKLCH | oklch(0.934 0.173 103.9) |
Copy-ready code
/* CSS */
color: #fdee4d;
background-color: #fdee4d;
/* Tailwind (arbitrary) */
class="text-[#fdee4d] bg-[#fdee4d]"
/* SCSS */
$brand: #fdee4d;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.302)
/* Android */
Color.parseColor("#fdee4d")Accessibility — WCAG contrast
Aa
#fdee4d on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee4d on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow69.6%
Key (black)0.8%
Color previews
#fdee4d text on a black background
contrast 17.51:1
Card sample
#fdee4d text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee4d;
Background color
Panel with #fdee4d background
background-color: #fdee4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee4d; background: linear-gradient(135deg, #fdee4d, #97FD4D);