#fe9fdf
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 159, 223
HSL
320°, 98%, 81%
CMYK
0, 37, 12, 0
Luminance
0.5119
Every format
| HEX | #fe9fdf |
| RGB | rgb(254, 159, 223) |
| HSL | hsl(320, 98%, 81%) |
| CMYK | cmyk(0%, 37%, 12%, 0%) |
| LAB | lab(76.8 44.1 -17.6) |
| LCH | lch(76.8 47.5 338.3) |
| OKLCH | oklch(0.818 0.137 340.1) |
Copy-ready code
/* CSS */
color: #fe9fdf;
background-color: #fe9fdf;
/* Tailwind (arbitrary) */
class="text-[#fe9fdf] bg-[#fe9fdf]"
/* SCSS */
$brand: #fe9fdf;
/* SwiftUI */
Color(red: 0.996, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#fe9fdf")Accessibility — WCAG contrast
Aa
#fe9fdf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9fdf on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow12.2%
Key (black)0.4%
Color previews
#fe9fdf text on a black background
contrast 11.24:1
Card sample
#fe9fdf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9fdf;
Background color
Panel with #fe9fdf background
background-color: #fe9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9fdf; background: linear-gradient(135deg, #fe9fdf, #FE9FA0);