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