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