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