#fe2eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 46, 176
HSL
323°, 99%, 59%
CMYK
0, 82, 31, 0
Luminance
0.2616
Every format
| HEX | #fe2eb0 |
| RGB | rgb(254, 46, 176) |
| HSL | hsl(323, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 31%, 0%) |
| LAB | lab(58.2 83.0 -19.4) |
| LCH | lch(58.2 85.2 346.9) |
| OKLCH | oklch(0.674 0.259 348.7) |
Copy-ready code
/* CSS */
color: #fe2eb0;
background-color: #fe2eb0;
/* Tailwind (arbitrary) */
class="text-[#fe2eb0] bg-[#fe2eb0]"
/* SCSS */
$brand: #fe2eb0;
/* SwiftUI */
Color(red: 0.996, green: 0.180, blue: 0.690)
/* Android */
Color.parseColor("#fe2eb0")Accessibility — WCAG contrast
Aa
#fe2eb0 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2eb0 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green18.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow30.7%
Key (black)0.4%
Color previews
#fe2eb0 text on a black background
contrast 6.23:1
Card sample
#fe2eb0 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2eb0;
Background color
Panel with #fe2eb0 background
background-color: #fe2eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 46, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 46, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2eb0; background: linear-gradient(135deg, #fe2eb0, #FE372E);