#fdcefd
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 206, 253
HSL
300°, 92%, 90%
CMYK
0, 19, 0, 1
Luminance
0.7212
Every format
| HEX | #fdcefd |
| RGB | rgb(253, 206, 253) |
| HSL | hsl(300, 92%, 90%) |
| CMYK | cmyk(0%, 19%, 0%, 1%) |
| LAB | lab(88.0 24.3 -16.7) |
| LCH | lch(88.0 29.5 325.5) |
| OKLCH | oklch(0.906 0.081 326.2) |
Copy-ready code
/* CSS */
color: #fdcefd;
background-color: #fdcefd;
/* Tailwind (arbitrary) */
class="text-[#fdcefd] bg-[#fdcefd]"
/* SCSS */
$brand: #fdcefd;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#fdcefd")Accessibility — WCAG contrast
Aa
#fdcefd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcefd on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#fdcefd text on a black background
contrast 15.42:1
Card sample
#fdcefd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcefd;
Background color
Panel with #fdcefd background
background-color: #fdcefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcefd; background: linear-gradient(135deg, #fdcefd, #FDCEDE);