#fe94eb
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 148, 235
HSL
311°, 98%, 79%
CMYK
0, 42, 8, 0
Luminance
0.4825
Every format
| HEX | #fe94eb |
| RGB | rgb(254, 148, 235) |
| HSL | hsl(311, 98%, 79%) |
| CMYK | cmyk(0%, 42%, 8%, 0%) |
| LAB | lab(75.0 51.6 -26.9) |
| LCH | lch(75.0 58.2 332.5) |
| OKLCH | oklch(0.805 0.165 333.9) |
Copy-ready code
/* CSS */
color: #fe94eb;
background-color: #fe94eb;
/* Tailwind (arbitrary) */
class="text-[#fe94eb] bg-[#fe94eb]"
/* SCSS */
$brand: #fe94eb;
/* SwiftUI */
Color(red: 0.996, green: 0.580, blue: 0.922)
/* Android */
Color.parseColor("#fe94eb")Accessibility — WCAG contrast
Aa
#fe94eb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe94eb on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green58.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow7.5%
Key (black)0.4%
Color previews
#fe94eb text on a black background
contrast 10.65:1
Card sample
#fe94eb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe94eb;
Background color
Panel with #fe94eb background
background-color: #fe94eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe94eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 148, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 148, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe94eb; background: linear-gradient(135deg, #fe94eb, #FE94A4);