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