#fcc7ce
a pale, electric red · warm · closest name: pink
RGB
252, 199, 206
HSL
352°, 90%, 88%
CMYK
0, 21, 18, 1
Luminance
0.6600
Every format
| HEX | #fcc7ce |
| RGB | rgb(252, 199, 206) |
| HSL | hsl(352, 90%, 88%) |
| CMYK | cmyk(0%, 21%, 18%, 1%) |
| LAB | lab(85.0 19.9 3.7) |
| LCH | lch(85.0 20.2 10.6) |
| OKLCH | oklch(0.878 0.061 9.5) |
Copy-ready code
/* CSS */
color: #fcc7ce;
background-color: #fcc7ce;
/* Tailwind (arbitrary) */
class="text-[#fcc7ce] bg-[#fcc7ce]"
/* SCSS */
$brand: #fcc7ce;
/* SwiftUI */
Color(red: 0.988, green: 0.780, blue: 0.808)
/* Android */
Color.parseColor("#fcc7ce")Accessibility — WCAG contrast
Aa
#fcc7ce on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc7ce on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow18.3%
Key (black)1.2%
Color previews
#fcc7ce text on a black background
contrast 14.20:1
Card sample
#fcc7ce text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc7ce;
Background color
Panel with #fcc7ce background
background-color: #fcc7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 199, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 199, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc7ce; background: linear-gradient(135deg, #fcc7ce, #FCE3C7);