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