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