#fdeeeb
a pale, electric red · warm · closest name: white
RGB
253, 238, 235
HSL
10°, 82%, 96%
CMYK
0, 6, 7, 1
Luminance
0.8803
Every format
| HEX | #fdeeeb |
| RGB | rgb(253, 238, 235) |
| HSL | hsl(10, 82%, 96%) |
| CMYK | cmyk(0%, 6%, 7%, 1%) |
| LAB | lab(95.2 4.5 3.3) |
| LCH | lch(95.2 5.6 35.6) |
| OKLCH | oklch(0.960 0.017 31.1) |
Copy-ready code
/* CSS */
color: #fdeeeb;
background-color: #fdeeeb;
/* Tailwind (arbitrary) */
class="text-[#fdeeeb] bg-[#fdeeeb]"
/* SCSS */
$brand: #fdeeeb;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#fdeeeb")Accessibility — WCAG contrast
Aa
#fdeeeb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeeeb on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow7.1%
Key (black)0.8%
Color previews
#fdeeeb text on a black background
contrast 18.61:1
Card sample
#fdeeeb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeeeb;
Background color
Panel with #fdeeeb background
background-color: #fdeeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeeeb; background: linear-gradient(135deg, #fdeeeb, #FDFAEB);