#fcc2eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 194, 235
HSL
318°, 91%, 88%
CMYK
0, 23, 7, 1
Luminance
0.6528
Every format
| HEX | #fcc2eb |
| RGB | rgb(252, 194, 235) |
| HSL | hsl(318, 91%, 88%) |
| CMYK | cmyk(0%, 23%, 7%, 1%) |
| LAB | lab(84.6 27.1 -12.3) |
| LCH | lch(84.6 29.8 335.6) |
| OKLCH | oklch(0.878 0.084 337.3) |
Copy-ready code
/* CSS */
color: #fcc2eb;
background-color: #fcc2eb;
/* Tailwind (arbitrary) */
class="text-[#fcc2eb] bg-[#fcc2eb]"
/* SCSS */
$brand: #fcc2eb;
/* SwiftUI */
Color(red: 0.988, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#fcc2eb")Accessibility — WCAG contrast
Aa
#fcc2eb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc2eb on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow6.7%
Key (black)1.2%
Color previews
#fcc2eb text on a black background
contrast 14.06:1
Card sample
#fcc2eb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc2eb;
Background color
Panel with #fcc2eb background
background-color: #fcc2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc2eb; background: linear-gradient(135deg, #fcc2eb, #FCC2C5);