#fcccf4
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 204, 244
HSL
310°, 89%, 89%
CMYK
0, 19, 3, 1
Luminance
0.7041
Every format
| HEX | #fcccf4 |
| RGB | rgb(252, 204, 244) |
| HSL | hsl(310, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 3%, 1%) |
| LAB | lab(87.2 23.4 -13.2) |
| LCH | lch(87.2 26.9 330.6) |
| OKLCH | oklch(0.899 0.075 331.9) |
Copy-ready code
/* CSS */
color: #fcccf4;
background-color: #fcccf4;
/* Tailwind (arbitrary) */
class="text-[#fcccf4] bg-[#fcccf4]"
/* SCSS */
$brand: #fcccf4;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#fcccf4")Accessibility — WCAG contrast
Aa
#fcccf4 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccf4 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow3.2%
Key (black)1.2%
Color previews
#fcccf4 text on a black background
contrast 15.08:1
Card sample
#fcccf4 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccf4;
Background color
Panel with #fcccf4 background
background-color: #fcccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccf4; background: linear-gradient(135deg, #fcccf4, #FCCCD4);