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