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