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