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