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