#fcc2cb
a pale, electric red · warm · “pink”
RGB
252, 194, 203
HSL
351°, 91%, 88%
CMYK
0, 23, 19, 1
Luminance
0.6359
Every format
| HEX | #fcc2cb |
| RGB | rgb(252, 194, 203) |
| HSL | hsl(351, 91%, 88%) |
| CMYK | cmyk(0%, 23%, 19%, 1%) |
| LAB | lab(83.8 22.0 3.5) |
| LCH | lch(83.8 22.3 9.1) |
| OKLCH | oklch(0.868 0.067 8.2) |
Copy-ready code
/* CSS */
color: #fcc2cb;
background-color: #fcc2cb;
/* Tailwind (arbitrary) */
class="text-[#fcc2cb] bg-[#fcc2cb]"
/* SCSS */
$brand: #fcc2cb;
/* SwiftUI */
Color(red: 0.988, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#fcc2cb")Accessibility — WCAG contrast
Aa
#fcc2cb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc2cb on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow19.4%
Key (black)1.2%
Color previews
#fcc2cb text on a black background
contrast 13.72:1
Card sample
#fcc2cb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc2cb;
Background color
Panel with #fcc2cb background
background-color: #fcc2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc2cb; background: linear-gradient(135deg, #fcc2cb, #FCE0C2);