#fdcdfb
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 205, 251
HSL
303°, 92%, 90%
CMYK
0, 19, 1, 1
Luminance
0.7151
Every format
| HEX | #fdcdfb |
| RGB | rgb(253, 205, 251) |
| HSL | hsl(303, 92%, 90%) |
| CMYK | cmyk(0%, 19%, 1%, 1%) |
| LAB | lab(87.7 24.5 -16.1) |
| LCH | lch(87.7 29.3 326.6) |
| OKLCH | oklch(0.904 0.080 327.6) |
Copy-ready code
/* CSS */
color: #fdcdfb;
background-color: #fdcdfb;
/* Tailwind (arbitrary) */
class="text-[#fdcdfb] bg-[#fdcdfb]"
/* SCSS */
$brand: #fdcdfb;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#fdcdfb")Accessibility — WCAG contrast
Aa
#fdcdfb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcdfb on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow0.8%
Key (black)0.8%
Color previews
#fdcdfb text on a black background
contrast 15.30:1
Card sample
#fdcdfb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcdfb;
Background color
Panel with #fdcdfb background
background-color: #fdcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcdfb; background: linear-gradient(135deg, #fdcdfb, #FDCDDB);