#fdece6
a pale, electric orange · warm · closest name: white
RGB
253, 236, 230
HSL
16°, 85%, 95%
CMYK
0, 7, 9, 1
Luminance
0.8659
Every format
| HEX | #fdece6 |
| RGB | rgb(253, 236, 230) |
| HSL | hsl(16, 85%, 95%) |
| CMYK | cmyk(0%, 7%, 9%, 1%) |
| LAB | lab(94.6 4.8 5.0) |
| LCH | lch(94.6 6.9 46.3) |
| OKLCH | oklch(0.955 0.020 40.5) |
Copy-ready code
/* CSS */
color: #fdece6;
background-color: #fdece6;
/* Tailwind (arbitrary) */
class="text-[#fdece6] bg-[#fdece6]"
/* SCSS */
$brand: #fdece6;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.902)
/* Android */
Color.parseColor("#fdece6")Accessibility — WCAG contrast
Aa
#fdece6 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdece6 on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow9.1%
Key (black)0.8%
Color previews
#fdece6 text on a black background
contrast 18.32:1
Card sample
#fdece6 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdece6;
Background color
Panel with #fdece6 background
background-color: #fdece6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdece6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdece6; background: linear-gradient(135deg, #fdece6, #FDFBE6);