#eb019f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 1, 159
HSL
320°, 99%, 46%
CMYK
0, 100, 32, 8
Luminance
0.2019
Every format
| HEX | #eb019f |
| RGB | rgb(235, 1, 159) |
| HSL | hsl(320, 99%, 46%) |
| CMYK | cmyk(0%, 100%, 32%, 8%) |
| LAB | lab(52.0 83.0 -19.1) |
| LCH | lch(52.0 85.2 347.0) |
| OKLCH | oklch(0.621 0.260 348.9) |
Copy-ready code
/* CSS */
color: #eb019f;
background-color: #eb019f;
/* Tailwind (arbitrary) */
class="text-[#eb019f] bg-[#eb019f]"
/* SCSS */
$brand: #eb019f;
/* SwiftUI */
Color(red: 0.922, green: 0.004, blue: 0.624)
/* Android */
Color.parseColor("#eb019f")Accessibility — WCAG contrast
Aa
#eb019f on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb019f on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta99.6%
Yellow32.3%
Key (black)7.8%
Color previews
#eb019f text on a black background
contrast 5.04:1
Card sample
#eb019f text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb019f;
Background color
Panel with #eb019f background
background-color: #eb019f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb019f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 1, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 1, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb019f; background: linear-gradient(135deg, #eb019f, #EB0103);