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