#fcccdb
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 204, 219
HSL
341°, 89%, 89%
CMYK
0, 19, 13, 1
Luminance
0.6900
Every format
| HEX | #fcccdb |
| RGB | rgb(252, 204, 219) |
| HSL | hsl(341, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 13%, 1%) |
| LAB | lab(86.5 19.2 -1.0) |
| LCH | lch(86.5 19.3 357.1) |
| OKLCH | oklch(0.891 0.057 357.7) |
Copy-ready code
/* CSS */
color: #fcccdb;
background-color: #fcccdb;
/* Tailwind (arbitrary) */
class="text-[#fcccdb] bg-[#fcccdb]"
/* SCSS */
$brand: #fcccdb;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#fcccdb")Accessibility — WCAG contrast
Aa
#fcccdb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccdb on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow13.1%
Key (black)1.2%
Color previews
#fcccdb text on a black background
contrast 14.80:1
Card sample
#fcccdb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccdb;
Background color
Panel with #fcccdb background
background-color: #fcccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccdb; background: linear-gradient(135deg, #fcccdb, #FCDDCC);