#fddbf2
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 219, 242
HSL
319°, 90%, 93%
CMYK
0, 13, 4, 1
Luminance
0.7796
Every format
| HEX | #fddbf2 |
| RGB | rgb(253, 219, 242) |
| HSL | hsl(319, 90%, 93%) |
| CMYK | cmyk(0%, 13%, 4%, 1%) |
| LAB | lab(90.8 15.6 -6.8) |
| LCH | lch(90.8 17.0 336.2) |
| OKLCH | oklch(0.926 0.048 337.8) |
Copy-ready code
/* CSS */
color: #fddbf2;
background-color: #fddbf2;
/* Tailwind (arbitrary) */
class="text-[#fddbf2] bg-[#fddbf2]"
/* SCSS */
$brand: #fddbf2;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.949)
/* Android */
Color.parseColor("#fddbf2")Accessibility — WCAG contrast
Aa
#fddbf2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddbf2 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow4.3%
Key (black)0.8%
Color previews
#fddbf2 text on a black background
contrast 16.59:1
Card sample
#fddbf2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddbf2;
Background color
Panel with #fddbf2 background
background-color: #fddbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddbf2; background: linear-gradient(135deg, #fddbf2, #FDDBDB);