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