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