#fddade
a pale, electric red · warm · closest name: pink
RGB
253, 218, 222
HSL
353°, 90%, 92%
CMYK
0, 14, 12, 1
Luminance
0.7630
Every format
| HEX | #fddade |
| RGB | rgb(253, 218, 222) |
| HSL | hsl(353, 90%, 92%) |
| CMYK | cmyk(0%, 14%, 12%, 1%) |
| LAB | lab(90.0 12.8 2.5) |
| LCH | lch(90.0 13.0 11.2) |
| OKLCH | oklch(0.919 0.039 10.1) |
Copy-ready code
/* CSS */
color: #fddade;
background-color: #fddade;
/* Tailwind (arbitrary) */
class="text-[#fddade] bg-[#fddade]"
/* SCSS */
$brand: #fddade;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.871)
/* Android */
Color.parseColor("#fddade")Accessibility — WCAG contrast
Aa
#fddade on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddade on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow12.3%
Key (black)0.8%
Color previews
#fddade text on a black background
contrast 16.26:1
Card sample
#fddade text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddade;
Background color
Panel with #fddade background
background-color: #fddade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddade; background: linear-gradient(135deg, #fddade, #FDEDDA);