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