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