#fcc5ce
a pale, electric red · warm · closest name: pink
RGB
252, 197, 206
HSL
350°, 90%, 88%
CMYK
0, 22, 18, 1
Luminance
0.6508
Every format
| HEX | #fcc5ce |
| RGB | rgb(252, 197, 206) |
| HSL | hsl(350, 90%, 88%) |
| CMYK | cmyk(0%, 22%, 18%, 1%) |
| LAB | lab(84.5 20.9 3.0) |
| LCH | lch(84.5 21.1 8.3) |
| OKLCH | oklch(0.875 0.064 7.5) |
Copy-ready code
/* CSS */
color: #fcc5ce;
background-color: #fcc5ce;
/* Tailwind (arbitrary) */
class="text-[#fcc5ce] bg-[#fcc5ce]"
/* SCSS */
$brand: #fcc5ce;
/* SwiftUI */
Color(red: 0.988, green: 0.773, blue: 0.808)
/* Android */
Color.parseColor("#fcc5ce")Accessibility — WCAG contrast
Aa
#fcc5ce on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc5ce on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green77.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow18.3%
Key (black)1.2%
Color previews
#fcc5ce text on a black background
contrast 14.02:1
Card sample
#fcc5ce text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc5ce;
Background color
Panel with #fcc5ce background
background-color: #fcc5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 197, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 197, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc5ce; background: linear-gradient(135deg, #fcc5ce, #FCE1C5);