#fdce97
a light, electric orange · warm · closest name: tan
RGB
253, 206, 151
HSL
32°, 96%, 79%
CMYK
0, 19, 40, 1
Luminance
0.6726
Every format
| HEX | #fdce97 |
| RGB | rgb(253, 206, 151) |
| HSL | hsl(32, 96%, 79%) |
| CMYK | cmyk(0%, 19%, 40%, 1%) |
| LAB | lab(85.6 9.5 33.6) |
| LCH | lch(85.6 34.9 74.3) |
| OKLCH | oklch(0.880 0.088 70.7) |
Copy-ready code
/* CSS */
color: #fdce97;
background-color: #fdce97;
/* Tailwind (arbitrary) */
class="text-[#fdce97] bg-[#fdce97]"
/* SCSS */
$brand: #fdce97;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.592)
/* Android */
Color.parseColor("#fdce97")Accessibility — WCAG contrast
Aa
#fdce97 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce97 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow40.3%
Key (black)0.8%
Color previews
#fdce97 text on a black background
contrast 14.45:1
Card sample
#fdce97 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce97;
Background color
Panel with #fdce97 background
background-color: #fdce97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce97; background: linear-gradient(135deg, #fdce97, #E8FD97);