#fcc8da
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 200, 218
HSL
339°, 90%, 89%
CMYK
0, 21, 14, 1
Luminance
0.6707
Every format
| HEX | #fcc8da |
| RGB | rgb(252, 200, 218) |
| HSL | hsl(339, 90%, 89%) |
| CMYK | cmyk(0%, 21%, 14%, 1%) |
| LAB | lab(85.5 21.2 -1.9) |
| LCH | lch(85.5 21.3 355.0) |
| OKLCH | oklch(0.883 0.063 355.8) |
Copy-ready code
/* CSS */
color: #fcc8da;
background-color: #fcc8da;
/* Tailwind (arbitrary) */
class="text-[#fcc8da] bg-[#fcc8da]"
/* SCSS */
$brand: #fcc8da;
/* SwiftUI */
Color(red: 0.988, green: 0.784, blue: 0.855)
/* Android */
Color.parseColor("#fcc8da")Accessibility — WCAG contrast
Aa
#fcc8da on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc8da on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow13.5%
Key (black)1.2%
Color previews
#fcc8da text on a black background
contrast 14.41:1
Card sample
#fcc8da text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc8da;
Background color
Panel with #fcc8da background
background-color: #fcc8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 200, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 200, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc8da; background: linear-gradient(135deg, #fcc8da, #FCD9C8);