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