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