#fdd1da
a pale, electric red · warm · closest name: pink
RGB
253, 209, 218
HSL
348°, 92%, 91%
CMYK
0, 17, 14, 1
Luminance
0.7155
Every format
| HEX | #fdd1da |
| RGB | rgb(253, 209, 218) |
| HSL | hsl(348, 92%, 91%) |
| CMYK | cmyk(0%, 17%, 14%, 1%) |
| LAB | lab(87.8 16.8 1.4) |
| LCH | lch(87.8 16.9 4.7) |
| OKLCH | oklch(0.901 0.051 4.4) |
Copy-ready code
/* CSS */
color: #fdd1da;
background-color: #fdd1da;
/* Tailwind (arbitrary) */
class="text-[#fdd1da] bg-[#fdd1da]"
/* SCSS */
$brand: #fdd1da;
/* SwiftUI */
Color(red: 0.992, green: 0.820, blue: 0.855)
/* Android */
Color.parseColor("#fdd1da")Accessibility — WCAG contrast
Aa
#fdd1da on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdd1da on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green82.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow13.8%
Key (black)0.8%
Color previews
#fdd1da text on a black background
contrast 15.31:1
Card sample
#fdd1da text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdd1da;
Background color
Panel with #fdd1da background
background-color: #fdd1da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdd1da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 209, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 209, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdd1da; background: linear-gradient(135deg, #fdd1da, #FDE5D1);