#fdefec
a pale, electric red · warm · closest name: white
RGB
253, 239, 236
HSL
11°, 81%, 96%
CMYK
0, 6, 7, 1
Luminance
0.8867
Every format
| HEX | #fdefec |
| RGB | rgb(253, 239, 236) |
| HSL | hsl(11, 81%, 96%) |
| CMYK | cmyk(0%, 6%, 7%, 1%) |
| LAB | lab(95.4 4.2 3.1) |
| LCH | lch(95.4 5.2 36.8) |
| OKLCH | oklch(0.962 0.016 32.0) |
Copy-ready code
/* CSS */
color: #fdefec;
background-color: #fdefec;
/* Tailwind (arbitrary) */
class="text-[#fdefec] bg-[#fdefec]"
/* SCSS */
$brand: #fdefec;
/* SwiftUI */
Color(red: 0.992, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#fdefec")Accessibility — WCAG contrast
Aa
#fdefec on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdefec on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow6.7%
Key (black)0.8%
Color previews
#fdefec text on a black background
contrast 18.73:1
Card sample
#fdefec text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdefec;
Background color
Panel with #fdefec background
background-color: #fdefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdefec; background: linear-gradient(135deg, #fdefec, #FDFAEC);