#e548df
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
229, 72, 223
HSL
302°, 75%, 59%
CMYK
0, 69, 3, 10
Luminance
0.2662
Every format
| HEX | #e548df |
| RGB | rgb(229, 72, 223) |
| HSL | hsl(302, 75%, 59%) |
| CMYK | cmyk(0%, 69%, 3%, 10%) |
| LAB | lab(58.6 76.4 -45.9) |
| LCH | lch(58.6 89.1 329.0) |
| OKLCH | oklch(0.676 0.250 329.5) |
Copy-ready code
/* CSS */
color: #e548df;
background-color: #e548df;
/* Tailwind (arbitrary) */
class="text-[#e548df] bg-[#e548df]"
/* SCSS */
$brand: #e548df;
/* SwiftUI */
Color(red: 0.898, green: 0.282, blue: 0.875)
/* Android */
Color.parseColor("#e548df")Accessibility — WCAG contrast
Aa
#e548df on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e548df on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green28.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow2.6%
Key (black)10.2%
Color previews
#e548df text on a black background
contrast 6.32:1
Card sample
#e548df text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e548df;
Background color
Panel with #e548df background
background-color: #e548df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e548df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 72, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 72, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e548df; background: linear-gradient(135deg, #e548df, #E54876);