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