#e045df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 69, 223
HSL
300°, 71%, 58%
CMYK
0, 69, 0, 12
Luminance
0.2543
Every format
| HEX | #e045df |
| RGB | rgb(224, 69, 223) |
| HSL | hsl(300, 71%, 58%) |
| CMYK | cmyk(0%, 69%, 0%, 12%) |
| LAB | lab(57.5 76.3 -47.8) |
| LCH | lch(57.5 90.0 328.0) |
| OKLCH | oklch(0.666 0.251 328.2) |
Copy-ready code
/* CSS */
color: #e045df;
background-color: #e045df;
/* Tailwind (arbitrary) */
class="text-[#e045df] bg-[#e045df]"
/* SCSS */
$brand: #e045df;
/* SwiftUI */
Color(red: 0.878, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#e045df")Accessibility — WCAG contrast
Aa
#e045df on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e045df on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green27.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow0.4%
Key (black)12.2%
Color previews
#e045df text on a black background
contrast 6.09:1
Card sample
#e045df text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e045df;
Background color
Panel with #e045df background
background-color: #e045df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e045df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e045df; background: linear-gradient(135deg, #e045df, #E04578);