#fccbdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 203, 223
HSL
336°, 89%, 89%
CMYK
0, 19, 12, 1
Luminance
0.6874
Every format
| HEX | #fccbdf |
| RGB | rgb(252, 203, 223) |
| HSL | hsl(336, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 12%, 1%) |
| LAB | lab(86.4 20.4 -3.3) |
| LCH | lch(86.4 20.7 350.8) |
| OKLCH | oklch(0.890 0.061 352.0) |
Copy-ready code
/* CSS */
color: #fccbdf;
background-color: #fccbdf;
/* Tailwind (arbitrary) */
class="text-[#fccbdf] bg-[#fccbdf]"
/* SCSS */
$brand: #fccbdf;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#fccbdf")Accessibility — WCAG contrast
Aa
#fccbdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccbdf on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow11.5%
Key (black)1.2%
Color previews
#fccbdf text on a black background
contrast 14.75:1
Card sample
#fccbdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccbdf;
Background color
Panel with #fccbdf background
background-color: #fccbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccbdf; background: linear-gradient(135deg, #fccbdf, #FCD8CB);