#fccdf8
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 205, 248
HSL
305°, 89%, 90%
CMYK
0, 19, 2, 1
Luminance
0.7114
Every format
| HEX | #fccdf8 |
| RGB | rgb(252, 205, 248) |
| HSL | hsl(305, 89%, 90%) |
| CMYK | cmyk(0%, 19%, 2%, 1%) |
| LAB | lab(87.5 23.6 -14.8) |
| LCH | lch(87.5 27.9 327.9) |
| OKLCH | oklch(0.902 0.077 329.0) |
Copy-ready code
/* CSS */
color: #fccdf8;
background-color: #fccdf8;
/* Tailwind (arbitrary) */
class="text-[#fccdf8] bg-[#fccdf8]"
/* SCSS */
$brand: #fccdf8;
/* SwiftUI */
Color(red: 0.988, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#fccdf8")Accessibility — WCAG contrast
Aa
#fccdf8 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccdf8 on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.4%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow1.6%
Key (black)1.2%
Color previews
#fccdf8 text on a black background
contrast 15.23:1
Card sample
#fccdf8 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccdf8;
Background color
Panel with #fccdf8 background
background-color: #fccdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccdf8; background: linear-gradient(135deg, #fccdf8, #FCCDD9);