#fe73ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 115, 186
HSL
329°, 99%, 72%
CMYK
0, 55, 27, 0
Luminance
0.3688
Every format
| HEX | #fe73ba |
| RGB | rgb(254, 115, 186) |
| HSL | hsl(329, 99%, 72%) |
| CMYK | cmyk(0%, 55%, 27%, 0%) |
| LAB | lab(67.2 60.3 -11.5) |
| LCH | lch(67.2 61.4 349.2) |
| OKLCH | oklch(0.741 0.185 350.7) |
Copy-ready code
/* CSS */
color: #fe73ba;
background-color: #fe73ba;
/* Tailwind (arbitrary) */
class="text-[#fe73ba] bg-[#fe73ba]"
/* SCSS */
$brand: #fe73ba;
/* SwiftUI */
Color(red: 0.996, green: 0.451, blue: 0.729)
/* Android */
Color.parseColor("#fe73ba")Accessibility — WCAG contrast
Aa
#fe73ba on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe73ba on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green45.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow26.8%
Key (black)0.4%
Color previews
#fe73ba text on a black background
contrast 8.38:1
Card sample
#fe73ba text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe73ba;
Background color
Panel with #fe73ba background
background-color: #fe73ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe73ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 115, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 115, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe73ba; background: linear-gradient(135deg, #fe73ba, #FE8973);