#fcc7df
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 199, 223
HSL
333°, 90%, 88%
CMYK
0, 21, 12, 1
Luminance
0.6687
Every format
| HEX | #fcc7df |
| RGB | rgb(252, 199, 223) |
| HSL | hsl(333, 90%, 88%) |
| CMYK | cmyk(0%, 21%, 12%, 1%) |
| LAB | lab(85.4 22.5 -4.7) |
| LCH | lch(85.4 23.0 348.3) |
| OKLCH | oklch(0.883 0.067 349.6) |
Copy-ready code
/* CSS */
color: #fcc7df;
background-color: #fcc7df;
/* Tailwind (arbitrary) */
class="text-[#fcc7df] bg-[#fcc7df]"
/* SCSS */
$brand: #fcc7df;
/* SwiftUI */
Color(red: 0.988, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#fcc7df")Accessibility — WCAG contrast
Aa
#fcc7df on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc7df on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow11.5%
Key (black)1.2%
Color previews
#fcc7df text on a black background
contrast 14.37:1
Card sample
#fcc7df text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc7df;
Background color
Panel with #fcc7df background
background-color: #fcc7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc7df; background: linear-gradient(135deg, #fcc7df, #FCD2C7);