#eb51ce
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 81, 206
HSL
311°, 79%, 62%
CMYK
0, 66, 12, 8
Luminance
0.2800
Every format
| HEX | #eb51ce |
| RGB | rgb(235, 81, 206) |
| HSL | hsl(311, 79%, 62%) |
| CMYK | cmyk(0%, 66%, 12%, 8%) |
| LAB | lab(59.9 72.0 -34.2) |
| LCH | lch(59.9 79.7 334.6) |
| OKLCH | oklch(0.684 0.230 336.2) |
Copy-ready code
/* CSS */
color: #eb51ce;
background-color: #eb51ce;
/* Tailwind (arbitrary) */
class="text-[#eb51ce] bg-[#eb51ce]"
/* SCSS */
$brand: #eb51ce;
/* SwiftUI */
Color(red: 0.922, green: 0.318, blue: 0.808)
/* Android */
Color.parseColor("#eb51ce")Accessibility — WCAG contrast
Aa
#eb51ce on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb51ce on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow12.3%
Key (black)7.8%
Color previews
#eb51ce text on a black background
contrast 6.60:1
Card sample
#eb51ce text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb51ce;
Background color
Panel with #eb51ce background
background-color: #eb51ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb51ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 81, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 81, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb51ce; background: linear-gradient(135deg, #eb51ce, #EB5167);