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