#fddbe5
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 219, 229
HSL
342°, 90%, 93%
CMYK
0, 13, 10, 1
Luminance
0.7720
Every format
| HEX | #fddbe5 |
| RGB | rgb(253, 219, 229) |
| HSL | hsl(342, 90%, 93%) |
| CMYK | cmyk(0%, 13%, 10%, 1%) |
| LAB | lab(90.4 13.4 -0.5) |
| LCH | lch(90.4 13.4 357.7) |
| OKLCH | oklch(0.922 0.040 358.2) |
Copy-ready code
/* CSS */
color: #fddbe5;
background-color: #fddbe5;
/* Tailwind (arbitrary) */
class="text-[#fddbe5] bg-[#fddbe5]"
/* SCSS */
$brand: #fddbe5;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.898)
/* Android */
Color.parseColor("#fddbe5")Accessibility — WCAG contrast
Aa
#fddbe5 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddbe5 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow9.5%
Key (black)0.8%
Color previews
#fddbe5 text on a black background
contrast 16.44:1
Card sample
#fddbe5 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddbe5;
Background color
Panel with #fddbe5 background
background-color: #fddbe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddbe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddbe5; background: linear-gradient(135deg, #fddbe5, #FDE8DB);