#ffdffd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 223, 253
HSL
304°, 100%, 94%
CMYK
0, 13, 1, 0
Luminance
0.8113
Every format
| HEX | #ffdffd |
| RGB | rgb(255, 223, 253) |
| HSL | hsl(304, 100%, 94%) |
| CMYK | cmyk(0%, 13%, 1%, 0%) |
| LAB | lab(92.2 16.1 -10.5) |
| LCH | lch(92.2 19.2 326.9) |
| OKLCH | oklch(0.939 0.052 327.9) |
Copy-ready code
/* CSS */
color: #ffdffd;
background-color: #ffdffd;
/* Tailwind (arbitrary) */
class="text-[#ffdffd] bg-[#ffdffd]"
/* SCSS */
$brand: #ffdffd;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#ffdffd")Accessibility — WCAG contrast
Aa
#ffdffd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdffd on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow0.8%
Key (black)0.0%
Color previews
#ffdffd text on a black background
contrast 17.23:1
Card sample
#ffdffd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdffd;
Background color
Panel with #ffdffd background
background-color: #ffdffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdffd; background: linear-gradient(135deg, #ffdffd, #FFDFE8);