#fe73df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 115, 223
HSL
313°, 99%, 72%
CMYK
0, 55, 12, 0
Luminance
0.3866
Every format
| HEX | #fe73df |
| RGB | rgb(254, 115, 223) |
| HSL | hsl(313, 99%, 72%) |
| CMYK | cmyk(0%, 55%, 12%, 0%) |
| LAB | lab(68.5 65.4 -30.2) |
| LCH | lch(68.5 72.1 335.2) |
| OKLCH | oklch(0.755 0.208 336.9) |
Copy-ready code
/* CSS */
color: #fe73df;
background-color: #fe73df;
/* Tailwind (arbitrary) */
class="text-[#fe73df] bg-[#fe73df]"
/* SCSS */
$brand: #fe73df;
/* SwiftUI */
Color(red: 0.996, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#fe73df")Accessibility — WCAG contrast
Aa
#fe73df on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe73df on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green45.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow12.2%
Key (black)0.4%
Color previews
#fe73df text on a black background
contrast 8.73:1
Card sample
#fe73df text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe73df;
Background color
Panel with #fe73df background
background-color: #fe73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe73df; background: linear-gradient(135deg, #fe73df, #FE7382);