#fccdec
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 205, 236
HSL
320°, 89%, 90%
CMYK
0, 19, 6, 1
Luminance
0.7041
Every format
| HEX | #fccdec |
| RGB | rgb(252, 205, 236) |
| HSL | hsl(320, 89%, 90%) |
| CMYK | cmyk(0%, 19%, 6%, 1%) |
| LAB | lab(87.2 21.5 -9.0) |
| LCH | lch(87.2 23.3 337.3) |
| OKLCH | oklch(0.898 0.066 339.0) |
Copy-ready code
/* CSS */
color: #fccdec;
background-color: #fccdec;
/* Tailwind (arbitrary) */
class="text-[#fccdec] bg-[#fccdec]"
/* SCSS */
$brand: #fccdec;
/* SwiftUI */
Color(red: 0.988, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#fccdec")Accessibility — WCAG contrast
Aa
#fccdec on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccdec on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.4%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow6.3%
Key (black)1.2%
Color previews
#fccdec text on a black background
contrast 15.08:1
Card sample
#fccdec text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccdec;
Background color
Panel with #fccdec background
background-color: #fccdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccdec; background: linear-gradient(135deg, #fccdec, #FCCDCD);