#fdce33
a balanced, electric yellow · cool · closest name: gold
RGB
253, 206, 51
HSL
46°, 98%, 60%
CMYK
0, 19, 80, 1
Luminance
0.6526
Every format
| HEX | #fdce33 |
| RGB | rgb(253, 206, 51) |
| HSL | hsl(46, 98%, 60%) |
| CMYK | cmyk(0%, 19%, 80%, 1%) |
| LAB | lab(84.6 2.6 76.5) |
| LCH | lch(84.6 76.6 88.0) |
| OKLCH | oklch(0.869 0.165 90.5) |
Copy-ready code
/* CSS */
color: #fdce33;
background-color: #fdce33;
/* Tailwind (arbitrary) */
class="text-[#fdce33] bg-[#fdce33]"
/* SCSS */
$brand: #fdce33;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.200)
/* Android */
Color.parseColor("#fdce33")Accessibility — WCAG contrast
Aa
#fdce33 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce33 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow79.8%
Key (black)0.8%
Color previews
#fdce33 text on a black background
contrast 14.05:1
Card sample
#fdce33 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce33;
Background color
Panel with #fdce33 background
background-color: #fdce33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce33; background: linear-gradient(135deg, #fdce33, #A5FD33);