#fccdf2
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 205, 242
HSL
313°, 89%, 90%
CMYK
0, 19, 4, 1
Luminance
0.7077
Every format
| HEX | #fccdf2 |
| RGB | rgb(252, 205, 242) |
| HSL | hsl(313, 89%, 90%) |
| CMYK | cmyk(0%, 19%, 4%, 1%) |
| LAB | lab(87.4 22.6 -11.9) |
| LCH | lch(87.4 25.5 332.2) |
| OKLCH | oklch(0.900 0.071 333.6) |
Copy-ready code
/* CSS */
color: #fccdf2;
background-color: #fccdf2;
/* Tailwind (arbitrary) */
class="text-[#fccdf2] bg-[#fccdf2]"
/* SCSS */
$brand: #fccdf2;
/* SwiftUI */
Color(red: 0.988, green: 0.804, blue: 0.949)
/* Android */
Color.parseColor("#fccdf2")Accessibility — WCAG contrast
Aa
#fccdf2 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccdf2 on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.4%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow4.0%
Key (black)1.2%
Color previews
#fccdf2 text on a black background
contrast 15.15:1
Card sample
#fccdf2 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccdf2;
Background color
Panel with #fccdf2 background
background-color: #fccdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 205, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 205, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccdf2; background: linear-gradient(135deg, #fccdf2, #FCCDD3);