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