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