#fe96df
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 150, 223
HSL
318°, 98%, 79%
CMYK
0, 41, 12, 0
Luminance
0.4821
Every format
| HEX | #fe96df |
| RGB | rgb(254, 150, 223) |
| HSL | hsl(318, 98%, 79%) |
| CMYK | cmyk(0%, 41%, 12%, 0%) |
| LAB | lab(75.0 48.7 -20.3) |
| LCH | lch(75.0 52.8 337.3) |
| OKLCH | oklch(0.804 0.152 339.1) |
Copy-ready code
/* CSS */
color: #fe96df;
background-color: #fe96df;
/* Tailwind (arbitrary) */
class="text-[#fe96df] bg-[#fe96df]"
/* SCSS */
$brand: #fe96df;
/* SwiftUI */
Color(red: 0.996, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#fe96df")Accessibility — WCAG contrast
Aa
#fe96df on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe96df on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green58.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow12.2%
Key (black)0.4%
Color previews
#fe96df text on a black background
contrast 10.64:1
Card sample
#fe96df text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe96df;
Background color
Panel with #fe96df background
background-color: #fe96df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe96df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe96df; background: linear-gradient(135deg, #fe96df, #FE969A);