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