#eb07ac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 7, 172
HSL
317°, 94%, 48%
CMYK
0, 97, 27, 8
Luminance
0.2079
Every format
| HEX | #eb07ac |
| RGB | rgb(235, 7, 172) |
| HSL | hsl(317, 94%, 48%) |
| CMYK | cmyk(0%, 97%, 27%, 8%) |
| LAB | lab(52.7 84.0 -25.7) |
| LCH | lch(52.7 87.8 343.0) |
| OKLCH | oklch(0.628 0.265 345.0) |
Copy-ready code
/* CSS */
color: #eb07ac;
background-color: #eb07ac;
/* Tailwind (arbitrary) */
class="text-[#eb07ac] bg-[#eb07ac]"
/* SCSS */
$brand: #eb07ac;
/* SwiftUI */
Color(red: 0.922, green: 0.027, blue: 0.675)
/* Android */
Color.parseColor("#eb07ac")Accessibility — WCAG contrast
Aa
#eb07ac on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb07ac on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green2.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta97.0%
Yellow26.8%
Key (black)7.8%
Color previews
#eb07ac text on a black background
contrast 5.16:1
Card sample
#eb07ac text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb07ac;
Background color
Panel with #eb07ac background
background-color: #eb07ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb07ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 7, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 7, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb07ac; background: linear-gradient(135deg, #eb07ac, #EB0714);