#eb00ac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 0, 172
HSL
316°, 100%, 46%
CMYK
0, 100, 27, 8
Luminance
0.2064
Every format
| HEX | #eb00ac |
| RGB | rgb(235, 0, 172) |
| HSL | hsl(316, 100%, 46%) |
| CMYK | cmyk(0%, 100%, 27%, 8%) |
| LAB | lab(52.6 84.4 -26.0) |
| LCH | lch(52.6 88.3 342.9) |
| OKLCH | oklch(0.627 0.267 344.9) |
Copy-ready code
/* CSS */
color: #eb00ac;
background-color: #eb00ac;
/* Tailwind (arbitrary) */
class="text-[#eb00ac] bg-[#eb00ac]"
/* SCSS */
$brand: #eb00ac;
/* SwiftUI */
Color(red: 0.922, green: 0.000, blue: 0.675)
/* Android */
Color.parseColor("#eb00ac")Accessibility — WCAG contrast
Aa
#eb00ac on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb00ac on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow26.8%
Key (black)7.8%
Color previews
#eb00ac text on a black background
contrast 5.13:1
Card sample
#eb00ac text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb00ac;
Background color
Panel with #eb00ac background
background-color: #eb00ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb00ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 0, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 0, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb00ac; background: linear-gradient(135deg, #eb00ac, #EB000F);