#eb15fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 21, 254
HSL
295°, 99%, 54%
CMYK
8, 92, 0, 0
Luminance
0.2535
Every format
| HEX | #eb15fe |
| RGB | rgb(235, 21, 254) |
| HSL | hsl(295, 99%, 54%) |
| CMYK | cmyk(8%, 92%, 0%, 0%) |
| LAB | lab(57.4 93.5 -65.1) |
| LCH | lch(57.4 114.0 325.2) |
| OKLCH | oklch(0.675 0.310 324.1) |
Copy-ready code
/* CSS */
color: #eb15fe;
background-color: #eb15fe;
/* Tailwind (arbitrary) */
class="text-[#eb15fe] bg-[#eb15fe]"
/* SCSS */
$brand: #eb15fe;
/* SwiftUI */
Color(red: 0.922, green: 0.082, blue: 0.996)
/* Android */
Color.parseColor("#eb15fe")Accessibility — WCAG contrast
Aa
#eb15fe on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb15fe on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green8.2%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta91.7%
Yellow0.0%
Key (black)0.4%
Color previews
#eb15fe text on a black background
contrast 6.07:1
Card sample
#eb15fe text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb15fe;
Background color
Panel with #eb15fe background
background-color: #eb15fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb15fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 21, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 21, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb15fe; background: linear-gradient(135deg, #eb15fe, #FE1576);