#eb148f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 20, 143
HSL
326°, 84%, 50%
CMYK
0, 92, 39, 8
Luminance
0.2015
Every format
| HEX | #eb148f |
| RGB | rgb(235, 20, 143) |
| HSL | hsl(326, 84%, 50%) |
| CMYK | cmyk(0%, 92%, 39%, 8%) |
| LAB | lab(52.0 79.9 -9.6) |
| LCH | lch(52.0 80.5 353.1) |
| OKLCH | oklch(0.619 0.248 354.3) |
Copy-ready code
/* CSS */
color: #eb148f;
background-color: #eb148f;
/* Tailwind (arbitrary) */
class="text-[#eb148f] bg-[#eb148f]"
/* SCSS */
$brand: #eb148f;
/* SwiftUI */
Color(red: 0.922, green: 0.078, blue: 0.561)
/* Android */
Color.parseColor("#eb148f")Accessibility — WCAG contrast
Aa
#eb148f on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb148f on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow39.1%
Key (black)7.8%
Color previews
#eb148f text on a black background
contrast 5.03:1
Card sample
#eb148f text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb148f;
Background color
Panel with #eb148f background
background-color: #eb148f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb148f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 20, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 20, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb148f; background: linear-gradient(135deg, #eb148f, #EB2814);