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