#fcc1eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 193, 235
HSL
317°, 91%, 87%
CMYK
0, 23, 7, 1
Luminance
0.6483
Every format
| HEX | #fcc1eb |
| RGB | rgb(252, 193, 235) |
| HSL | hsl(317, 91%, 87%) |
| CMYK | cmyk(0%, 23%, 7%, 1%) |
| LAB | lab(84.4 27.6 -12.6) |
| LCH | lch(84.4 30.4 335.5) |
| OKLCH | oklch(0.876 0.086 337.1) |
Copy-ready code
/* CSS */
color: #fcc1eb;
background-color: #fcc1eb;
/* Tailwind (arbitrary) */
class="text-[#fcc1eb] bg-[#fcc1eb]"
/* SCSS */
$brand: #fcc1eb;
/* SwiftUI */
Color(red: 0.988, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#fcc1eb")Accessibility — WCAG contrast
Aa
#fcc1eb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc1eb on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green75.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow6.7%
Key (black)1.2%
Color previews
#fcc1eb text on a black background
contrast 13.97:1
Card sample
#fcc1eb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc1eb;
Background color
Panel with #fcc1eb background
background-color: #fcc1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc1eb; background: linear-gradient(135deg, #fcc1eb, #FCC1C4);