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