#eb54ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 84, 171
HSL
325°, 79%, 63%
CMYK
0, 64, 27, 8
Luminance
0.2694
Every format
| HEX | #eb54ab |
| RGB | rgb(235, 84, 171) |
| HSL | hsl(325, 79%, 63%) |
| CMYK | cmyk(0%, 64%, 27%, 8%) |
| LAB | lab(58.9 66.1 -15.7) |
| LCH | lch(58.9 68.0 346.7) |
| OKLCH | oklch(0.673 0.205 348.4) |
Copy-ready code
/* CSS */
color: #eb54ab;
background-color: #eb54ab;
/* Tailwind (arbitrary) */
class="text-[#eb54ab] bg-[#eb54ab]"
/* SCSS */
$brand: #eb54ab;
/* SwiftUI */
Color(red: 0.922, green: 0.329, blue: 0.671)
/* Android */
Color.parseColor("#eb54ab")Accessibility — WCAG contrast
Aa
#eb54ab on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb54ab on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow27.2%
Key (black)7.8%
Color previews
#eb54ab text on a black background
contrast 6.39:1
Card sample
#eb54ab text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb54ab;
Background color
Panel with #eb54ab background
background-color: #eb54ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb54ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 84, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 84, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb54ab; background: linear-gradient(135deg, #eb54ab, #EB6154);