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