#fccce0
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 204, 224
HSL
335°, 89%, 89%
CMYK
0, 19, 11, 1
Luminance
0.6926
Every format
| HEX | #fccce0 |
| RGB | rgb(252, 204, 224) |
| HSL | hsl(335, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 11%, 1%) |
| LAB | lab(86.6 20.0 -3.5) |
| LCH | lch(86.6 20.3 350.2) |
| OKLCH | oklch(0.892 0.060 351.5) |
Copy-ready code
/* CSS */
color: #fccce0;
background-color: #fccce0;
/* Tailwind (arbitrary) */
class="text-[#fccce0] bg-[#fccce0]"
/* SCSS */
$brand: #fccce0;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.878)
/* Android */
Color.parseColor("#fccce0")Accessibility — WCAG contrast
Aa
#fccce0 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccce0 on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow11.1%
Key (black)1.2%
Color previews
#fccce0 text on a black background
contrast 14.85:1
Card sample
#fccce0 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccce0;
Background color
Panel with #fccce0 background
background-color: #fccce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccce0; background: linear-gradient(135deg, #fccce0, #FCD8CC);