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