#fcc3cc
a pale, electric red · warm · closest name: pink
RGB
252, 195, 204
HSL
351°, 91%, 88%
CMYK
0, 23, 19, 1
Luminance
0.6409
Every format
| HEX | #fcc3cc |
| RGB | rgb(252, 195, 204) |
| HSL | hsl(351, 91%, 88%) |
| CMYK | cmyk(0%, 23%, 19%, 1%) |
| LAB | lab(84.0 21.6 3.4) |
| LCH | lch(84.0 21.9 8.8) |
| OKLCH | oklch(0.870 0.066 8.0) |
Copy-ready code
/* CSS */
color: #fcc3cc;
background-color: #fcc3cc;
/* Tailwind (arbitrary) */
class="text-[#fcc3cc] bg-[#fcc3cc]"
/* SCSS */
$brand: #fcc3cc;
/* SwiftUI */
Color(red: 0.988, green: 0.765, blue: 0.800)
/* Android */
Color.parseColor("#fcc3cc")Accessibility — WCAG contrast
Aa
#fcc3cc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc3cc on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.5%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow19.0%
Key (black)1.2%
Color previews
#fcc3cc text on a black background
contrast 13.82:1
Card sample
#fcc3cc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc3cc;
Background color
Panel with #fcc3cc background
background-color: #fcc3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 195, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 195, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc3cc; background: linear-gradient(135deg, #fcc3cc, #FCE0C3);