#fdddfd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 221, 253
HSL
300°, 89%, 93%
CMYK
0, 13, 0, 1
Luminance
0.7969
Every format
| HEX | #fdddfd |
| RGB | rgb(253, 221, 253) |
| HSL | hsl(300, 89%, 93%) |
| CMYK | cmyk(0%, 13%, 0%, 1%) |
| LAB | lab(91.5 16.4 -11.4) |
| LCH | lch(91.5 20.0 325.1) |
| OKLCH | oklch(0.933 0.055 326.0) |
Copy-ready code
/* CSS */
color: #fdddfd;
background-color: #fdddfd;
/* Tailwind (arbitrary) */
class="text-[#fdddfd] bg-[#fdddfd]"
/* SCSS */
$brand: #fdddfd;
/* SwiftUI */
Color(red: 0.992, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#fdddfd")Accessibility — WCAG contrast
Aa
#fdddfd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdddfd on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.7%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#fdddfd text on a black background
contrast 16.94:1
Card sample
#fdddfd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdddfd;
Background color
Panel with #fdddfd background
background-color: #fdddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdddfd; background: linear-gradient(135deg, #fdddfd, #FDDDE8);