#eb16eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 22, 235
HSL
300°, 84%, 50%
CMYK
0, 91, 0, 8
Luminance
0.2423
Every format
| HEX | #eb16eb |
| RGB | rgb(235, 22, 235) |
| HSL | hsl(300, 84%, 50%) |
| CMYK | cmyk(0%, 91%, 0%, 8%) |
| LAB | lab(56.3 90.7 -56.3) |
| LCH | lch(56.3 106.7 328.2) |
| OKLCH | oklch(0.664 0.298 328.3) |
Copy-ready code
/* CSS */
color: #eb16eb;
background-color: #eb16eb;
/* Tailwind (arbitrary) */
class="text-[#eb16eb] bg-[#eb16eb]"
/* SCSS */
$brand: #eb16eb;
/* SwiftUI */
Color(red: 0.922, green: 0.086, blue: 0.922)
/* Android */
Color.parseColor("#eb16eb")Accessibility — WCAG contrast
Aa
#eb16eb on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb16eb on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green8.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow0.0%
Key (black)7.8%
Color previews
#eb16eb text on a black background
contrast 5.85:1
Card sample
#eb16eb text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb16eb;
Background color
Panel with #eb16eb background
background-color: #eb16eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb16eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 22, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 22, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb16eb; background: linear-gradient(135deg, #eb16eb, #EB165D);