#fe45df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 69, 223
HSL
310°, 99%, 63%
CMYK
0, 73, 12, 0
Luminance
0.3065
Every format
| HEX | #fe45df |
| RGB | rgb(254, 69, 223) |
| HSL | hsl(310, 99%, 63%) |
| CMYK | cmyk(0%, 73%, 12%, 0%) |
| LAB | lab(62.2 82.8 -40.0) |
| LCH | lch(62.2 92.0 334.2) |
| OKLCH | oklch(0.710 0.266 335.8) |
Copy-ready code
/* CSS */
color: #fe45df;
background-color: #fe45df;
/* Tailwind (arbitrary) */
class="text-[#fe45df] bg-[#fe45df]"
/* SCSS */
$brand: #fe45df;
/* SwiftUI */
Color(red: 0.996, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#fe45df")Accessibility — WCAG contrast
Aa
#fe45df on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe45df on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green27.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow12.2%
Key (black)0.4%
Color previews
#fe45df text on a black background
contrast 7.13:1
Card sample
#fe45df text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe45df;
Background color
Panel with #fe45df background
background-color: #fe45df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe45df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe45df; background: linear-gradient(135deg, #fe45df, #FE4563);