#fcc4fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 196, 252
HSL
300°, 90%, 88%
CMYK
0, 22, 0, 1
Luminance
0.6720
Every format
| HEX | #fcc4fc |
| RGB | rgb(252, 196, 252) |
| HSL | hsl(300, 90%, 88%) |
| CMYK | cmyk(0%, 22%, 0%, 1%) |
| LAB | lab(85.6 29.1 -19.9) |
| LCH | lch(85.6 35.2 325.7) |
| OKLCH | oklch(0.887 0.096 326.4) |
Copy-ready code
/* CSS */
color: #fcc4fc;
background-color: #fcc4fc;
/* Tailwind (arbitrary) */
class="text-[#fcc4fc] bg-[#fcc4fc]"
/* SCSS */
$brand: #fcc4fc;
/* SwiftUI */
Color(red: 0.988, green: 0.769, blue: 0.988)
/* Android */
Color.parseColor("#fcc4fc")Accessibility — WCAG contrast
Aa
#fcc4fc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc4fc on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.9%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow0.0%
Key (black)1.2%
Color previews
#fcc4fc text on a black background
contrast 14.44:1
Card sample
#fcc4fc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc4fc;
Background color
Panel with #fcc4fc background
background-color: #fcc4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 196, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 196, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc4fc; background: linear-gradient(135deg, #fcc4fc, #FCC4D7);