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