#fcc4cf
a pale, electric red · warm · closest name: pink
RGB
252, 196, 207
HSL
348°, 90%, 88%
CMYK
0, 22, 18, 1
Luminance
0.6468
Every format
| HEX | #fcc4cf |
| RGB | rgb(252, 196, 207) |
| HSL | hsl(348, 90%, 88%) |
| CMYK | cmyk(0%, 22%, 18%, 1%) |
| LAB | lab(84.3 21.6 2.2) |
| LCH | lch(84.3 21.7 5.9) |
| OKLCH | oklch(0.873 0.065 5.4) |
Copy-ready code
/* CSS */
color: #fcc4cf;
background-color: #fcc4cf;
/* Tailwind (arbitrary) */
class="text-[#fcc4cf] bg-[#fcc4cf]"
/* SCSS */
$brand: #fcc4cf;
/* SwiftUI */
Color(red: 0.988, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#fcc4cf")Accessibility — WCAG contrast
Aa
#fcc4cf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc4cf on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow17.9%
Key (black)1.2%
Color previews
#fcc4cf text on a black background
contrast 13.94:1
Card sample
#fcc4cf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc4cf;
Background color
Panel with #fcc4cf background
background-color: #fcc4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc4cf; background: linear-gradient(135deg, #fcc4cf, #FCDEC4);