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