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