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