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