#fddfee
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 223, 238
HSL
330°, 88%, 93%
CMYK
0, 12, 6, 1
Luminance
0.7983
Every format
| HEX | #fddfee |
| RGB | rgb(253, 223, 238) |
| HSL | hsl(330, 88%, 93%) |
| CMYK | cmyk(0%, 12%, 6%, 1%) |
| LAB | lab(91.6 12.8 -3.5) |
| LCH | lch(91.6 13.3 344.6) |
| OKLCH | oklch(0.932 0.038 346.2) |
Copy-ready code
/* CSS */
color: #fddfee;
background-color: #fddfee;
/* Tailwind (arbitrary) */
class="text-[#fddfee] bg-[#fddfee]"
/* SCSS */
$brand: #fddfee;
/* SwiftUI */
Color(red: 0.992, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#fddfee")Accessibility — WCAG contrast
Aa
#fddfee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddfee on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green87.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow5.9%
Key (black)0.8%
Color previews
#fddfee text on a black background
contrast 16.97:1
Card sample
#fddfee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddfee;
Background color
Panel with #fddfee background
background-color: #fddfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddfee; background: linear-gradient(135deg, #fddfee, #FDE4DF);