#fdddf3
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 221, 243
HSL
319°, 89%, 93%
CMYK
0, 13, 4, 1
Luminance
0.7907
Every format
| HEX | #fdddf3 |
| RGB | rgb(253, 221, 243) |
| HSL | hsl(319, 89%, 93%) |
| CMYK | cmyk(0%, 13%, 4%, 1%) |
| LAB | lab(91.3 14.7 -6.6) |
| LCH | lch(91.3 16.1 335.7) |
| OKLCH | oklch(0.930 0.045 337.3) |
Copy-ready code
/* CSS */
color: #fdddf3;
background-color: #fdddf3;
/* Tailwind (arbitrary) */
class="text-[#fdddf3] bg-[#fdddf3]"
/* SCSS */
$brand: #fdddf3;
/* SwiftUI */
Color(red: 0.992, green: 0.867, blue: 0.953)
/* Android */
Color.parseColor("#fdddf3")Accessibility — WCAG contrast
Aa
#fdddf3 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdddf3 on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.7%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow4.0%
Key (black)0.8%
Color previews
#fdddf3 text on a black background
contrast 16.81:1
Card sample
#fdddf3 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdddf3;
Background color
Panel with #fdddf3 background
background-color: #fdddf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdddf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 221, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 221, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdddf3; background: linear-gradient(135deg, #fdddf3, #FDDDDD);