#e0148f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
224, 20, 143
HSL
324°, 84%, 48%
CMYK
0, 91, 36, 12
Luminance
0.1833
Every format
| HEX | #e0148f |
| RGB | rgb(224, 20, 143) |
| HSL | hsl(324, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 36%, 12%) |
| LAB | lab(49.9 77.5 -13.0) |
| LCH | lch(49.9 78.6 350.5) |
| OKLCH | oklch(0.600 0.241 352.0) |
Copy-ready code
/* CSS */
color: #e0148f;
background-color: #e0148f;
/* Tailwind (arbitrary) */
class="text-[#e0148f] bg-[#e0148f]"
/* SCSS */
$brand: #e0148f;
/* SwiftUI */
Color(red: 0.878, green: 0.078, blue: 0.561)
/* Android */
Color.parseColor("#e0148f")Accessibility — WCAG contrast
Aa
#e0148f on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e0148f on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green7.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow36.2%
Key (black)12.2%
Color previews
#e0148f text on a black background
contrast 4.67:1
Card sample
#e0148f text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0148f;
Background color
Panel with #e0148f background
background-color: #e0148f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0148f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 20, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 20, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0148f; background: linear-gradient(135deg, #e0148f, #E02114);