#fe94fd
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 148, 253
HSL
301°, 98%, 79%
CMYK
0, 42, 0, 0
Luminance
0.4934
Every format
| HEX | #fe94fd |
| RGB | rgb(254, 148, 253) |
| HSL | hsl(301, 98%, 79%) |
| CMYK | cmyk(0%, 42%, 0%, 0%) |
| LAB | lab(75.7 54.7 -35.6) |
| LCH | lch(75.7 65.2 327.0) |
| OKLCH | oklch(0.813 0.180 327.4) |
Copy-ready code
/* CSS */
color: #fe94fd;
background-color: #fe94fd;
/* Tailwind (arbitrary) */
class="text-[#fe94fd] bg-[#fe94fd]"
/* SCSS */
$brand: #fe94fd;
/* SwiftUI */
Color(red: 0.996, green: 0.580, blue: 0.992)
/* Android */
Color.parseColor("#fe94fd")Accessibility — WCAG contrast
Aa
#fe94fd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe94fd on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green58.0%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow0.4%
Key (black)0.4%
Color previews
#fe94fd text on a black background
contrast 10.87:1
Card sample
#fe94fd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe94fd;
Background color
Panel with #fe94fd background
background-color: #fe94fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe94fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 148, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 148, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe94fd; background: linear-gradient(135deg, #fe94fd, #FE94B6);