#fcccf0
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 204, 240
HSL
315°, 89%, 89%
CMYK
0, 19, 5, 1
Luminance
0.7017
Every format
| HEX | #fcccf0 |
| RGB | rgb(252, 204, 240) |
| HSL | hsl(315, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 5%, 1%) |
| LAB | lab(87.1 22.7 -11.3) |
| LCH | lch(87.1 25.4 333.6) |
| OKLCH | oklch(0.897 0.071 335.2) |
Copy-ready code
/* CSS */
color: #fcccf0;
background-color: #fcccf0;
/* Tailwind (arbitrary) */
class="text-[#fcccf0] bg-[#fcccf0]"
/* SCSS */
$brand: #fcccf0;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.941)
/* Android */
Color.parseColor("#fcccf0")Accessibility — WCAG contrast
Aa
#fcccf0 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccf0 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow4.8%
Key (black)1.2%
Color previews
#fcccf0 text on a black background
contrast 15.03:1
Card sample
#fcccf0 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccf0;
Background color
Panel with #fcccf0 background
background-color: #fcccf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccf0; background: linear-gradient(135deg, #fcccf0, #FCCCD0);