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