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