#fccfdb
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 207, 219
HSL
344°, 88%, 90%
CMYK
0, 18, 13, 1
Luminance
0.7044
Every format
| HEX | #fccfdb |
| RGB | rgb(252, 207, 219) |
| HSL | hsl(344, 88%, 90%) |
| CMYK | cmyk(0%, 18%, 13%, 1%) |
| LAB | lab(87.2 17.7 0.1) |
| LCH | lch(87.2 17.7 0.2) |
| OKLCH | oklch(0.896 0.053 0.4) |
Copy-ready code
/* CSS */
color: #fccfdb;
background-color: #fccfdb;
/* Tailwind (arbitrary) */
class="text-[#fccfdb] bg-[#fccfdb]"
/* SCSS */
$brand: #fccfdb;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#fccfdb")Accessibility — WCAG contrast
Aa
#fccfdb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccfdb on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow13.1%
Key (black)1.2%
Color previews
#fccfdb text on a black background
contrast 15.09:1
Card sample
#fccfdb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccfdb;
Background color
Panel with #fccfdb background
background-color: #fccfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccfdb; background: linear-gradient(135deg, #fccfdb, #FCE1CF);