#fe9cdf
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 156, 223
HSL
319°, 98%, 80%
CMYK
0, 39, 12, 0
Luminance
0.5018
Every format
| HEX | #fe9cdf |
| RGB | rgb(254, 156, 223) |
| HSL | hsl(319, 98%, 80%) |
| CMYK | cmyk(0%, 39%, 12%, 0%) |
| LAB | lab(76.2 45.6 -18.5) |
| LCH | lch(76.2 49.2 337.9) |
| OKLCH | oklch(0.813 0.142 339.7) |
Copy-ready code
/* CSS */
color: #fe9cdf;
background-color: #fe9cdf;
/* Tailwind (arbitrary) */
class="text-[#fe9cdf] bg-[#fe9cdf]"
/* SCSS */
$brand: #fe9cdf;
/* SwiftUI */
Color(red: 0.996, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#fe9cdf")Accessibility — WCAG contrast
Aa
#fe9cdf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9cdf on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green61.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow12.2%
Key (black)0.4%
Color previews
#fe9cdf text on a black background
contrast 11.04:1
Card sample
#fe9cdf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9cdf;
Background color
Panel with #fe9cdf background
background-color: #fe9cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9cdf; background: linear-gradient(135deg, #fe9cdf, #FE9C9E);