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