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