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