#fcc0cd
a pale, electric red · warm · “pink”
RGB
252, 192, 205
HSL
347°, 91%, 87%
CMYK
0, 24, 19, 1
Luminance
0.6280
Every format
| HEX | #fcc0cd |
| RGB | rgb(252, 192, 205) |
| HSL | hsl(347, 91%, 87%) |
| CMYK | cmyk(0%, 24%, 19%, 1%) |
| LAB | lab(83.3 23.4 1.9) |
| LCH | lch(83.3 23.4 4.6) |
| OKLCH | oklch(0.865 0.071 4.2) |
Copy-ready code
/* CSS */
color: #fcc0cd;
background-color: #fcc0cd;
/* Tailwind (arbitrary) */
class="text-[#fcc0cd] bg-[#fcc0cd]"
/* SCSS */
$brand: #fcc0cd;
/* SwiftUI */
Color(red: 0.988, green: 0.753, blue: 0.804)
/* Android */
Color.parseColor("#fcc0cd")Accessibility — WCAG contrast
Aa
#fcc0cd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc0cd on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green75.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow18.7%
Key (black)1.2%
Color previews
#fcc0cd text on a black background
contrast 13.56:1
Card sample
#fcc0cd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc0cd;
Background color
Panel with #fcc0cd background
background-color: #fcc0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 192, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 192, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc0cd; background: linear-gradient(135deg, #fcc0cd, #FCDBC0);