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