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