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