#eb15ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 21, 206
HSL
308°, 84%, 50%
CMYK
0, 91, 12, 8
Luminance
0.2265
Every format
| HEX | #eb15ce |
| RGB | rgb(235, 21, 206) |
| HSL | hsl(308, 84%, 50%) |
| CMYK | cmyk(0%, 91%, 12%, 8%) |
| LAB | lab(54.7 86.8 -42.4) |
| LCH | lch(54.7 96.6 334.0) |
| OKLCH | oklch(0.647 0.280 335.5) |
Copy-ready code
/* CSS */
color: #eb15ce;
background-color: #eb15ce;
/* Tailwind (arbitrary) */
class="text-[#eb15ce] bg-[#eb15ce]"
/* SCSS */
$brand: #eb15ce;
/* SwiftUI */
Color(red: 0.922, green: 0.082, blue: 0.808)
/* Android */
Color.parseColor("#eb15ce")Accessibility — WCAG contrast
Aa
#eb15ce on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb15ce on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green8.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow12.3%
Key (black)7.8%
Color previews
#eb15ce text on a black background
contrast 5.53:1
Card sample
#eb15ce text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb15ce;
Background color
Panel with #eb15ce background
background-color: #eb15ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb15ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 21, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 21, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb15ce; background: linear-gradient(135deg, #eb15ce, #EB153F);