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