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