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