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