#eb18fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 24, 254
HSL
295°, 99%, 55%
CMYK
8, 91, 0, 0
Luminance
0.2547
Every format
| HEX | #eb18fe |
| RGB | rgb(235, 24, 254) |
| HSL | hsl(295, 99%, 55%) |
| CMYK | cmyk(8%, 91%, 0%, 0%) |
| LAB | lab(57.5 93.2 -64.9) |
| LCH | lch(57.5 113.6 325.1) |
| OKLCH | oklch(0.676 0.309 324.0) |
Copy-ready code
/* CSS */
color: #eb18fe;
background-color: #eb18fe;
/* Tailwind (arbitrary) */
class="text-[#eb18fe] bg-[#eb18fe]"
/* SCSS */
$brand: #eb18fe;
/* SwiftUI */
Color(red: 0.922, green: 0.094, blue: 0.996)
/* Android */
Color.parseColor("#eb18fe")Accessibility — WCAG contrast
Aa
#eb18fe on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb18fe on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green9.4%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta90.6%
Yellow0.0%
Key (black)0.4%
Color previews
#eb18fe text on a black background
contrast 6.09:1
Card sample
#eb18fe text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb18fe;
Background color
Panel with #eb18fe background
background-color: #eb18fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb18fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 24, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 24, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb18fe; background: linear-gradient(135deg, #eb18fe, #FE1878);