#eb10cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 16, 207
HSL
308°, 87%, 49%
CMYK
0, 93, 12, 8
Luminance
0.2254
Every format
| HEX | #eb10cf |
| RGB | rgb(235, 16, 207) |
| HSL | hsl(308, 87%, 49%) |
| CMYK | cmyk(0%, 93%, 12%, 8%) |
| LAB | lab(54.6 87.4 -43.1) |
| LCH | lch(54.6 97.5 333.8) |
| OKLCH | oklch(0.647 0.282 335.2) |
Copy-ready code
/* CSS */
color: #eb10cf;
background-color: #eb10cf;
/* Tailwind (arbitrary) */
class="text-[#eb10cf] bg-[#eb10cf]"
/* SCSS */
$brand: #eb10cf;
/* SwiftUI */
Color(red: 0.922, green: 0.063, blue: 0.812)
/* Android */
Color.parseColor("#eb10cf")Accessibility — WCAG contrast
Aa
#eb10cf on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb10cf on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green6.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow11.9%
Key (black)7.8%
Color previews
#eb10cf text on a black background
contrast 5.51:1
Card sample
#eb10cf text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb10cf;
Background color
Panel with #eb10cf background
background-color: #eb10cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb10cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 16, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 16, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb10cf; background: linear-gradient(135deg, #eb10cf, #EB103D);