#fddcf1
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 220, 241
HSL
322°, 89%, 93%
CMYK
0, 13, 5, 1
Luminance
0.7842
Every format
| HEX | #fddcf1 |
| RGB | rgb(253, 220, 241) |
| HSL | hsl(322, 89%, 93%) |
| CMYK | cmyk(0%, 13%, 5%, 1%) |
| LAB | lab(91.0 14.9 -6.0) |
| LCH | lch(91.0 16.0 337.9) |
| OKLCH | oklch(0.928 0.045 339.6) |
Copy-ready code
/* CSS */
color: #fddcf1;
background-color: #fddcf1;
/* Tailwind (arbitrary) */
class="text-[#fddcf1] bg-[#fddcf1]"
/* SCSS */
$brand: #fddcf1;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.945)
/* Android */
Color.parseColor("#fddcf1")Accessibility — WCAG contrast
Aa
#fddcf1 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddcf1 on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow4.7%
Key (black)0.8%
Color previews
#fddcf1 text on a black background
contrast 16.68:1
Card sample
#fddcf1 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddcf1;
Background color
Panel with #fddcf1 background
background-color: #fddcf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddcf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddcf1; background: linear-gradient(135deg, #fddcf1, #FDDDDC);