#fcc1cd
a pale, electric red · warm · “pink”
RGB
252, 193, 205
HSL
348°, 91%, 87%
CMYK
0, 23, 19, 1
Luminance
0.6324
Every format
| HEX | #fcc1cd |
| RGB | rgb(252, 193, 205) |
| HSL | hsl(348, 91%, 87%) |
| CMYK | cmyk(0%, 23%, 19%, 1%) |
| LAB | lab(83.6 22.9 2.2) |
| LCH | lch(83.6 23.0 5.5) |
| OKLCH | oklch(0.867 0.069 5.1) |
Copy-ready code
/* CSS */
color: #fcc1cd;
background-color: #fcc1cd;
/* Tailwind (arbitrary) */
class="text-[#fcc1cd] bg-[#fcc1cd]"
/* SCSS */
$brand: #fcc1cd;
/* SwiftUI */
Color(red: 0.988, green: 0.757, blue: 0.804)
/* Android */
Color.parseColor("#fcc1cd")Accessibility — WCAG contrast
Aa
#fcc1cd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc1cd on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green75.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow18.7%
Key (black)1.2%
Color previews
#fcc1cd text on a black background
contrast 13.65:1
Card sample
#fcc1cd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc1cd;
Background color
Panel with #fcc1cd background
background-color: #fcc1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 193, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 193, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc1cd; background: linear-gradient(135deg, #fcc1cd, #FCDCC1);