#fdce8d
a light, electric orange · warm · closest name: tan
RGB
253, 206, 141
HSL
35°, 97%, 77%
CMYK
0, 19, 44, 1
Luminance
0.6695
Every format
| HEX | #fdce8d |
| RGB | rgb(253, 206, 141) |
| HSL | hsl(35, 97%, 77%) |
| CMYK | cmyk(0%, 19%, 44%, 1%) |
| LAB | lab(85.5 8.4 38.5) |
| LCH | lch(85.5 39.4 77.6) |
| OKLCH | oklch(0.878 0.098 74.9) |
Copy-ready code
/* CSS */
color: #fdce8d;
background-color: #fdce8d;
/* Tailwind (arbitrary) */
class="text-[#fdce8d] bg-[#fdce8d]"
/* SCSS */
$brand: #fdce8d;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.553)
/* Android */
Color.parseColor("#fdce8d")Accessibility — WCAG contrast
Aa
#fdce8d on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce8d on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow44.3%
Key (black)0.8%
Color previews
#fdce8d text on a black background
contrast 14.39:1
Card sample
#fdce8d text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce8d;
Background color
Panel with #fdce8d background
background-color: #fdce8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce8d; background: linear-gradient(135deg, #fdce8d, #E1FD8D);