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