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