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