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