#ffd3fd
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 211, 253
HSL
303°, 100%, 91%
CMYK
0, 17, 1, 0
Luminance
0.7494
Every format
| HEX | #ffd3fd |
| RGB | rgb(255, 211, 253) |
| HSL | hsl(303, 100%, 91%) |
| CMYK | cmyk(0%, 17%, 1%, 0%) |
| LAB | lab(89.4 22.3 -14.7) |
| LCH | lch(89.4 26.7 326.7) |
| OKLCH | oklch(0.917 0.073 327.6) |
Copy-ready code
/* CSS */
color: #ffd3fd;
background-color: #ffd3fd;
/* Tailwind (arbitrary) */
class="text-[#ffd3fd] bg-[#ffd3fd]"
/* SCSS */
$brand: #ffd3fd;
/* SwiftUI */
Color(red: 1.000, green: 0.827, blue: 0.992)
/* Android */
Color.parseColor("#ffd3fd")Accessibility — WCAG contrast
Aa
#ffd3fd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd3fd on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.7%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow0.8%
Key (black)0.0%
Color previews
#ffd3fd text on a black background
contrast 15.99:1
Card sample
#ffd3fd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd3fd;
Background color
Panel with #ffd3fd background
background-color: #ffd3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 211, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 211, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd3fd; background: linear-gradient(135deg, #ffd3fd, #FFD3E0);