#fccfdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 207, 223
HSL
339°, 88%, 90%
CMYK
0, 18, 12, 1
Luminance
0.7065
Every format
| HEX | #fccfdf |
| RGB | rgb(252, 207, 223) |
| HSL | hsl(339, 88%, 90%) |
| CMYK | cmyk(0%, 18%, 12%, 1%) |
| LAB | lab(87.3 18.3 -1.9) |
| LCH | lch(87.3 18.4 354.0) |
| OKLCH | oklch(0.898 0.054 354.9) |
Copy-ready code
/* CSS */
color: #fccfdf;
background-color: #fccfdf;
/* Tailwind (arbitrary) */
class="text-[#fccfdf] bg-[#fccfdf]"
/* SCSS */
$brand: #fccfdf;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#fccfdf")Accessibility — WCAG contrast
Aa
#fccfdf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccfdf on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow11.5%
Key (black)1.2%
Color previews
#fccfdf text on a black background
contrast 15.13:1
Card sample
#fccfdf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccfdf;
Background color
Panel with #fccfdf background
background-color: #fccfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccfdf; background: linear-gradient(135deg, #fccfdf, #FCDDCF);