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