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