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