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