#eb006e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 0, 110
HSL
332°, 100%, 46%
CMYK
0, 100, 53, 8
Luminance
0.1879
Every format
| HEX | #eb006e |
| RGB | rgb(235, 0, 110) |
| HSL | hsl(332, 100%, 46%) |
| CMYK | cmyk(0%, 100%, 53%, 8%) |
| LAB | lab(50.4 78.9 8.1) |
| LCH | lch(50.4 79.3 5.9) |
| OKLCH | oklch(0.605 0.243 5.0) |
Copy-ready code
/* CSS */
color: #eb006e;
background-color: #eb006e;
/* Tailwind (arbitrary) */
class="text-[#eb006e] bg-[#eb006e]"
/* SCSS */
$brand: #eb006e;
/* SwiftUI */
Color(red: 0.922, green: 0.000, blue: 0.431)
/* Android */
Color.parseColor("#eb006e")Accessibility — WCAG contrast
Aa
#eb006e on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb006e on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.0%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow53.2%
Key (black)7.8%
Color previews
#eb006e text on a black background
contrast 4.76:1
Card sample
#eb006e text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb006e;
Background color
Panel with #eb006e background
background-color: #eb006e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb006e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 0, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 0, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb006e; background: linear-gradient(135deg, #eb006e, #EB2F00);