#fdce44
a balanced, electric yellow · warm · closest name: gold
RGB
253, 206, 68
HSL
45°, 98%, 63%
CMYK
0, 19, 73, 1
Luminance
0.6544
Every format
| HEX | #fdce44 |
| RGB | rgb(253, 206, 68) |
| HSL | hsl(45, 98%, 63%) |
| CMYK | cmyk(0%, 19%, 73%, 1%) |
| LAB | lab(84.7 3.3 70.9) |
| LCH | lch(84.7 71.0 87.4) |
| OKLCH | oklch(0.870 0.157 89.3) |
Copy-ready code
/* CSS */
color: #fdce44;
background-color: #fdce44;
/* Tailwind (arbitrary) */
class="text-[#fdce44] bg-[#fdce44]"
/* SCSS */
$brand: #fdce44;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.267)
/* Android */
Color.parseColor("#fdce44")Accessibility — WCAG contrast
Aa
#fdce44 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce44 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow73.1%
Key (black)0.8%
Color previews
#fdce44 text on a black background
contrast 14.09:1
Card sample
#fdce44 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce44;
Background color
Panel with #fdce44 background
background-color: #fdce44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce44; background: linear-gradient(135deg, #fdce44, #B0FD44);