#eb008f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 0, 143
HSL
324°, 100%, 46%
CMYK
0, 100, 39, 8
Luminance
0.1965
Every format
| HEX | #eb008f |
| RGB | rgb(235, 0, 143) |
| HSL | hsl(324, 100%, 46%) |
| CMYK | cmyk(0%, 100%, 39%, 8%) |
| LAB | lab(51.4 81.6 -10.5) |
| LCH | lch(51.4 82.2 352.7) |
| OKLCH | oklch(0.615 0.253 354.0) |
Copy-ready code
/* CSS */
color: #eb008f;
background-color: #eb008f;
/* Tailwind (arbitrary) */
class="text-[#eb008f] bg-[#eb008f]"
/* SCSS */
$brand: #eb008f;
/* SwiftUI */
Color(red: 0.922, green: 0.000, blue: 0.561)
/* Android */
Color.parseColor("#eb008f")Accessibility — WCAG contrast
Aa
#eb008f on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb008f on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow39.1%
Key (black)7.8%
Color previews
#eb008f text on a black background
contrast 4.93:1
Card sample
#eb008f text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb008f;
Background color
Panel with #eb008f background
background-color: #eb008f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb008f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 0, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 0, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb008f; background: linear-gradient(135deg, #eb008f, #EB0E00);