#fccce4
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 204, 228
HSL
330°, 89%, 89%
CMYK
0, 19, 10, 1
Luminance
0.6948
Every format
| HEX | #fccce4 |
| RGB | rgb(252, 204, 228) |
| HSL | hsl(330, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 10%, 1%) |
| LAB | lab(86.7 20.7 -5.4) |
| LCH | lch(86.7 21.4 345.3) |
| OKLCH | oklch(0.894 0.062 346.9) |
Copy-ready code
/* CSS */
color: #fccce4;
background-color: #fccce4;
/* Tailwind (arbitrary) */
class="text-[#fccce4] bg-[#fccce4]"
/* SCSS */
$brand: #fccce4;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.894)
/* Android */
Color.parseColor("#fccce4")Accessibility — WCAG contrast
Aa
#fccce4 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccce4 on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow9.5%
Key (black)1.2%
Color previews
#fccce4 text on a black background
contrast 14.90:1
Card sample
#fccce4 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccce4;
Background color
Panel with #fccce4 background
background-color: #fccce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccce4; background: linear-gradient(135deg, #fccce4, #FCD4CC);