#ffd9fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 217, 253
HSL
303°, 100%, 93%
CMYK
0, 15, 1, 0
Luminance
0.7798
Every format
| HEX | #ffd9fd |
| RGB | rgb(255, 217, 253) |
| HSL | hsl(303, 100%, 93%) |
| CMYK | cmyk(0%, 15%, 1%, 0%) |
| LAB | lab(90.8 19.2 -12.6) |
| LCH | lch(90.8 22.9 326.7) |
| OKLCH | oklch(0.928 0.063 327.7) |
Copy-ready code
/* CSS */
color: #ffd9fd;
background-color: #ffd9fd;
/* Tailwind (arbitrary) */
class="text-[#ffd9fd] bg-[#ffd9fd]"
/* SCSS */
$brand: #ffd9fd;
/* SwiftUI */
Color(red: 1.000, green: 0.851, blue: 0.992)
/* Android */
Color.parseColor("#ffd9fd")Accessibility — WCAG contrast
Aa
#ffd9fd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd9fd on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.1%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow0.8%
Key (black)0.0%
Color previews
#ffd9fd text on a black background
contrast 16.60:1
Card sample
#ffd9fd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd9fd;
Background color
Panel with #ffd9fd background
background-color: #ffd9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 217, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 217, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd9fd; background: linear-gradient(135deg, #ffd9fd, #FFD9E3);