#eb07ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 7, 174
HSL
316°, 94%, 48%
CMYK
0, 97, 26, 8
Luminance
0.2087
Every format
| HEX | #eb07ae |
| RGB | rgb(235, 7, 174) |
| HSL | hsl(316, 94%, 48%) |
| CMYK | cmyk(0%, 97%, 26%, 8%) |
| LAB | lab(52.8 84.2 -26.8) |
| LCH | lch(52.8 88.3 342.4) |
| OKLCH | oklch(0.629 0.266 344.4) |
Copy-ready code
/* CSS */
color: #eb07ae;
background-color: #eb07ae;
/* Tailwind (arbitrary) */
class="text-[#eb07ae] bg-[#eb07ae]"
/* SCSS */
$brand: #eb07ae;
/* SwiftUI */
Color(red: 0.922, green: 0.027, blue: 0.682)
/* Android */
Color.parseColor("#eb07ae")Accessibility — WCAG contrast
Aa
#eb07ae on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb07ae on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green2.7%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta97.0%
Yellow26.0%
Key (black)7.8%
Color previews
#eb07ae text on a black background
contrast 5.17:1
Card sample
#eb07ae text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb07ae;
Background color
Panel with #eb07ae background
background-color: #eb07ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb07ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 7, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 7, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb07ae; background: linear-gradient(135deg, #eb07ae, #EB0716);