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