#fddbee
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 219, 238
HSL
327°, 90%, 93%
CMYK
0, 13, 6, 1
Luminance
0.7772
Every format
| HEX | #fddbee |
| RGB | rgb(253, 219, 238) |
| HSL | hsl(327, 90%, 93%) |
| CMYK | cmyk(0%, 13%, 6%, 1%) |
| LAB | lab(90.7 14.9 -4.9) |
| LCH | lch(90.7 15.7 341.7) |
| OKLCH | oklch(0.925 0.045 343.3) |
Copy-ready code
/* CSS */
color: #fddbee;
background-color: #fddbee;
/* Tailwind (arbitrary) */
class="text-[#fddbee] bg-[#fddbee]"
/* SCSS */
$brand: #fddbee;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.933)
/* Android */
Color.parseColor("#fddbee")Accessibility — WCAG contrast
Aa
#fddbee on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddbee on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow5.9%
Key (black)0.8%
Color previews
#fddbee text on a black background
contrast 16.54:1
Card sample
#fddbee text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddbee;
Background color
Panel with #fddbee background
background-color: #fddbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddbee; background: linear-gradient(135deg, #fddbee, #FDDEDB);