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