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