#fe2da0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 45, 160
HSL
327°, 99%, 59%
CMYK
0, 82, 37, 0
Luminance
0.2549
Every format
| HEX | #fe2da0 |
| RGB | rgb(254, 45, 160) |
| HSL | hsl(327, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 37%, 0%) |
| LAB | lab(57.5 81.6 -11.0) |
| LCH | lch(57.5 82.3 352.3) |
| OKLCH | oklch(0.667 0.253 353.6) |
Copy-ready code
/* CSS */
color: #fe2da0;
background-color: #fe2da0;
/* Tailwind (arbitrary) */
class="text-[#fe2da0] bg-[#fe2da0]"
/* SCSS */
$brand: #fe2da0;
/* SwiftUI */
Color(red: 0.996, green: 0.176, blue: 0.627)
/* Android */
Color.parseColor("#fe2da0")Accessibility — WCAG contrast
Aa
#fe2da0 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2da0 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.6%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow37.0%
Key (black)0.4%
Color previews
#fe2da0 text on a black background
contrast 6.10:1
Card sample
#fe2da0 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2da0;
Background color
Panel with #fe2da0 background
background-color: #fe2da0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2da0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 45, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 45, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2da0; background: linear-gradient(135deg, #fe2da0, #FE452D);