#fddfe5
a pale, electric red · warm · closest name: lavender
RGB
253, 223, 229
HSL
348°, 88%, 93%
CMYK
0, 12, 10, 1
Luminance
0.7932
Every format
| HEX | #fddfe5 |
| RGB | rgb(253, 223, 229) |
| HSL | hsl(348, 88%, 93%) |
| CMYK | cmyk(0%, 12%, 10%, 1%) |
| LAB | lab(91.4 11.3 0.9) |
| LCH | lch(91.4 11.3 4.4) |
| OKLCH | oklch(0.930 0.034 4.2) |
Copy-ready code
/* CSS */
color: #fddfe5;
background-color: #fddfe5;
/* Tailwind (arbitrary) */
class="text-[#fddfe5] bg-[#fddfe5]"
/* SCSS */
$brand: #fddfe5;
/* SwiftUI */
Color(red: 0.992, green: 0.875, blue: 0.898)
/* Android */
Color.parseColor("#fddfe5")Accessibility — WCAG contrast
Aa
#fddfe5 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddfe5 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green87.5%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow9.5%
Key (black)0.8%
Color previews
#fddfe5 text on a black background
contrast 16.86:1
Card sample
#fddfe5 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddfe5;
Background color
Panel with #fddfe5 background
background-color: #fddfe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddfe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 223, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 223, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddfe5; background: linear-gradient(135deg, #fddfe5, #FDEDDF);