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