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