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