#fc9ddf
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 157, 223
HSL
318°, 94%, 80%
CMYK
0, 38, 12, 1
Luminance
0.5014
Every format
| HEX | #fc9ddf |
| RGB | rgb(252, 157, 223) |
| HSL | hsl(318, 94%, 80%) |
| CMYK | cmyk(0%, 38%, 12%, 1%) |
| LAB | lab(76.2 44.5 -18.5) |
| LCH | lch(76.2 48.2 337.4) |
| OKLCH | oklch(0.812 0.139 339.1) |
Copy-ready code
/* CSS */
color: #fc9ddf;
background-color: #fc9ddf;
/* Tailwind (arbitrary) */
class="text-[#fc9ddf] bg-[#fc9ddf]"
/* SCSS */
$brand: #fc9ddf;
/* SwiftUI */
Color(red: 0.988, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#fc9ddf")Accessibility — WCAG contrast
Aa
#fc9ddf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9ddf on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green61.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow11.5%
Key (black)1.2%
Color previews
#fc9ddf text on a black background
contrast 11.03:1
Card sample
#fc9ddf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9ddf;
Background color
Panel with #fc9ddf background
background-color: #fc9ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9ddf; background: linear-gradient(135deg, #fc9ddf, #FC9DA0);