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