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