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