#fcc3da
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 195, 218
HSL
336°, 91%, 88%
CMYK
0, 23, 14, 1
Luminance
0.6479
Every format
| HEX | #fcc3da |
| RGB | rgb(252, 195, 218) |
| HSL | hsl(336, 91%, 88%) |
| CMYK | cmyk(0%, 23%, 14%, 1%) |
| LAB | lab(84.4 23.8 -3.6) |
| LCH | lch(84.4 24.1 351.4) |
| OKLCH | oklch(0.875 0.071 352.6) |
Copy-ready code
/* CSS */
color: #fcc3da;
background-color: #fcc3da;
/* Tailwind (arbitrary) */
class="text-[#fcc3da] bg-[#fcc3da]"
/* SCSS */
$brand: #fcc3da;
/* SwiftUI */
Color(red: 0.988, green: 0.765, blue: 0.855)
/* Android */
Color.parseColor("#fcc3da")Accessibility — WCAG contrast
Aa
#fcc3da on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc3da on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow13.5%
Key (black)1.2%
Color previews
#fcc3da text on a black background
contrast 13.96:1
Card sample
#fcc3da text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc3da;
Background color
Panel with #fcc3da background
background-color: #fcc3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 195, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 195, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc3da; background: linear-gradient(135deg, #fcc3da, #FCD2C3);