#eb136a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 19, 106
HSL
336°, 85%, 50%
CMYK
0, 92, 55, 8
Luminance
0.1917
Every format
| HEX | #eb136a |
| RGB | rgb(235, 19, 106) |
| HSL | hsl(336, 85%, 50%) |
| CMYK | cmyk(0%, 92%, 55%, 8%) |
| LAB | lab(50.9 77.1 11.2) |
| LCH | lch(50.9 77.9 8.2) |
| OKLCH | oklch(0.608 0.237 6.9) |
Copy-ready code
/* CSS */
color: #eb136a;
background-color: #eb136a;
/* Tailwind (arbitrary) */
class="text-[#eb136a] bg-[#eb136a]"
/* SCSS */
$brand: #eb136a;
/* SwiftUI */
Color(red: 0.922, green: 0.075, blue: 0.416)
/* Android */
Color.parseColor("#eb136a")Accessibility — WCAG contrast
Aa
#eb136a on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb136a on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.5%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow54.9%
Key (black)7.8%
Color previews
#eb136a text on a black background
contrast 4.83:1
Card sample
#eb136a text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb136a;
Background color
Panel with #eb136a background
background-color: #eb136a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb136a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 19, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 19, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb136a; background: linear-gradient(135deg, #eb136a, #EB4C13);