#fe3eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 62, 176
HSL
324°, 99%, 62%
CMYK
0, 76, 31, 0
Luminance
0.2765
Every format
| HEX | #fe3eb0 |
| RGB | rgb(254, 62, 176) |
| HSL | hsl(324, 99%, 62%) |
| CMYK | cmyk(0%, 76%, 31%, 0%) |
| LAB | lab(59.6 79.0 -17.3) |
| LCH | lch(59.6 80.9 347.7) |
| OKLCH | oklch(0.684 0.246 349.4) |
Copy-ready code
/* CSS */
color: #fe3eb0;
background-color: #fe3eb0;
/* Tailwind (arbitrary) */
class="text-[#fe3eb0] bg-[#fe3eb0]"
/* SCSS */
$brand: #fe3eb0;
/* SwiftUI */
Color(red: 0.996, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#fe3eb0")Accessibility — WCAG contrast
Aa
#fe3eb0 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe3eb0 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow30.7%
Key (black)0.4%
Color previews
#fe3eb0 text on a black background
contrast 6.53:1
Card sample
#fe3eb0 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3eb0;
Background color
Panel with #fe3eb0 background
background-color: #fe3eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3eb0; background: linear-gradient(135deg, #fe3eb0, #FE4C3E);