#fe5eb7
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 94, 183
HSL
327°, 99%, 68%
CMYK
0, 63, 28, 0
Luminance
0.3250
Every format
| HEX | #fe5eb7 |
| RGB | rgb(254, 94, 183) |
| HSL | hsl(327, 99%, 68%) |
| CMYK | cmyk(0%, 63%, 28%, 0%) |
| LAB | lab(63.8 68.9 -15.0) |
| LCH | lch(63.8 70.5 347.7) |
| OKLCH | oklch(0.716 0.213 349.4) |
Copy-ready code
/* CSS */
color: #fe5eb7;
background-color: #fe5eb7;
/* Tailwind (arbitrary) */
class="text-[#fe5eb7] bg-[#fe5eb7]"
/* SCSS */
$brand: #fe5eb7;
/* SwiftUI */
Color(red: 0.996, green: 0.369, blue: 0.718)
/* Android */
Color.parseColor("#fe5eb7")Accessibility — WCAG contrast
Aa
#fe5eb7 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe5eb7 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green36.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow28.0%
Key (black)0.4%
Color previews
#fe5eb7 text on a black background
contrast 7.50:1
Card sample
#fe5eb7 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe5eb7;
Background color
Panel with #fe5eb7 background
background-color: #fe5eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe5eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 94, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 94, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe5eb7; background: linear-gradient(135deg, #fe5eb7, #FE6F5E);