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