#fcc4df
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 196, 223
HSL
331°, 90%, 88%
CMYK
0, 22, 12, 1
Luminance
0.6550
Every format
| HEX | #fcc4df |
| RGB | rgb(252, 196, 223) |
| HSL | hsl(331, 90%, 88%) |
| CMYK | cmyk(0%, 22%, 12%, 1%) |
| LAB | lab(84.7 24.1 -5.7) |
| LCH | lch(84.7 24.8 346.7) |
| OKLCH | oklch(0.878 0.072 348.2) |
Copy-ready code
/* CSS */
color: #fcc4df;
background-color: #fcc4df;
/* Tailwind (arbitrary) */
class="text-[#fcc4df] bg-[#fcc4df]"
/* SCSS */
$brand: #fcc4df;
/* SwiftUI */
Color(red: 0.988, green: 0.769, blue: 0.875)
/* Android */
Color.parseColor("#fcc4df")Accessibility — WCAG contrast
Aa
#fcc4df on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc4df on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow11.5%
Key (black)1.2%
Color previews
#fcc4df text on a black background
contrast 14.10:1
Card sample
#fcc4df text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc4df;
Background color
Panel with #fcc4df background
background-color: #fcc4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 196, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 196, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc4df; background: linear-gradient(135deg, #fcc4df, #FCCEC4);