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