#eb51ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 81, 171
HSL
325°, 79%, 62%
CMYK
0, 66, 27, 8
Luminance
0.2649
Every format
| HEX | #eb51ab |
| RGB | rgb(235, 81, 171) |
| HSL | hsl(325, 79%, 62%) |
| CMYK | cmyk(0%, 66%, 27%, 8%) |
| LAB | lab(58.5 67.3 -16.3) |
| LCH | lch(58.5 69.2 346.4) |
| OKLCH | oklch(0.670 0.209 348.1) |
Copy-ready code
/* CSS */
color: #eb51ab;
background-color: #eb51ab;
/* Tailwind (arbitrary) */
class="text-[#eb51ab] bg-[#eb51ab]"
/* SCSS */
$brand: #eb51ab;
/* SwiftUI */
Color(red: 0.922, green: 0.318, blue: 0.671)
/* Android */
Color.parseColor("#eb51ab")Accessibility — WCAG contrast
Aa
#eb51ab on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb51ab on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow27.2%
Key (black)7.8%
Color previews
#eb51ab text on a black background
contrast 6.30:1
Card sample
#eb51ab text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb51ab;
Background color
Panel with #eb51ab background
background-color: #eb51ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb51ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 81, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 81, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb51ab; background: linear-gradient(135deg, #eb51ab, #EB5E51);