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