#fdce5b
a light, electric yellow · warm · closest name: khaki
RGB
253, 206, 91
HSL
43°, 98%, 68%
CMYK
0, 19, 64, 1
Luminance
0.6578
Every format
| HEX | #fdce5b |
| RGB | rgb(253, 206, 91) |
| HSL | hsl(43, 98%, 68%) |
| CMYK | cmyk(0%, 19%, 64%, 1%) |
| LAB | lab(84.9 4.5 61.8) |
| LCH | lch(84.9 62.0 85.9) |
| OKLCH | oklch(0.871 0.141 86.7) |
Copy-ready code
/* CSS */
color: #fdce5b;
background-color: #fdce5b;
/* Tailwind (arbitrary) */
class="text-[#fdce5b] bg-[#fdce5b]"
/* SCSS */
$brand: #fdce5b;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.357)
/* Android */
Color.parseColor("#fdce5b")Accessibility — WCAG contrast
Aa
#fdce5b on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce5b on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow64.0%
Key (black)0.8%
Color previews
#fdce5b text on a black background
contrast 14.16:1
Card sample
#fdce5b text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce5b;
Background color
Panel with #fdce5b background
background-color: #fdce5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce5b; background: linear-gradient(135deg, #fdce5b, #C0FD5B);