#fe91df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 145, 223
HSL
317°, 98%, 78%
CMYK
0, 43, 12, 0
Luminance
0.4665
Every format
| HEX | #fe91df |
| RGB | rgb(254, 145, 223) |
| HSL | hsl(317, 98%, 78%) |
| CMYK | cmyk(0%, 43%, 12%, 0%) |
| LAB | lab(74.0 51.2 -21.8) |
| LCH | lch(74.0 55.6 336.9) |
| OKLCH | oklch(0.796 0.160 338.6) |
Copy-ready code
/* CSS */
color: #fe91df;
background-color: #fe91df;
/* Tailwind (arbitrary) */
class="text-[#fe91df] bg-[#fe91df]"
/* SCSS */
$brand: #fe91df;
/* SwiftUI */
Color(red: 0.996, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#fe91df")Accessibility — WCAG contrast
Aa
#fe91df on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe91df on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green56.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow12.2%
Key (black)0.4%
Color previews
#fe91df text on a black background
contrast 10.33:1
Card sample
#fe91df text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe91df;
Background color
Panel with #fe91df background
background-color: #fe91df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe91df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe91df; background: linear-gradient(135deg, #fe91df, #FE9196);