#eb26eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 38, 235
HSL
300°, 83%, 54%
CMYK
0, 84, 0, 8
Luminance
0.2505
Every format
| HEX | #eb26eb |
| RGB | rgb(235, 38, 235) |
| HSL | hsl(300, 83%, 54%) |
| CMYK | cmyk(0%, 84%, 0%, 8%) |
| LAB | lab(57.1 88.3 -55.0) |
| LCH | lch(57.1 104.0 328.1) |
| OKLCH | oklch(0.669 0.290 328.2) |
Copy-ready code
/* CSS */
color: #eb26eb;
background-color: #eb26eb;
/* Tailwind (arbitrary) */
class="text-[#eb26eb] bg-[#eb26eb]"
/* SCSS */
$brand: #eb26eb;
/* SwiftUI */
Color(red: 0.922, green: 0.149, blue: 0.922)
/* Android */
Color.parseColor("#eb26eb")Accessibility — WCAG contrast
Aa
#eb26eb on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb26eb on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow0.0%
Key (black)7.8%
Color previews
#eb26eb text on a black background
contrast 6.01:1
Card sample
#eb26eb text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb26eb;
Background color
Panel with #eb26eb background
background-color: #eb26eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb26eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 38, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 38, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb26eb; background: linear-gradient(135deg, #eb26eb, #EB2668);