#fccce6
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 204, 230
HSL
328°, 89%, 89%
CMYK
0, 19, 9, 1
Luminance
0.6959
Every format
| HEX | #fccce6 |
| RGB | rgb(252, 204, 230) |
| HSL | hsl(328, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 9%, 1%) |
| LAB | lab(86.8 21.0 -6.4) |
| LCH | lch(86.8 22.0 343.1) |
| OKLCH | oklch(0.894 0.064 344.7) |
Copy-ready code
/* CSS */
color: #fccce6;
background-color: #fccce6;
/* Tailwind (arbitrary) */
class="text-[#fccce6] bg-[#fccce6]"
/* SCSS */
$brand: #fccce6;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.902)
/* Android */
Color.parseColor("#fccce6")Accessibility — WCAG contrast
Aa
#fccce6 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccce6 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow8.7%
Key (black)1.2%
Color previews
#fccce6 text on a black background
contrast 14.92:1
Card sample
#fccce6 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccce6;
Background color
Panel with #fccce6 background
background-color: #fccce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccce6; background: linear-gradient(135deg, #fccce6, #FCD2CC);