#eb45eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 69, 235
HSL
300°, 81%, 60%
CMYK
0, 71, 0, 8
Luminance
0.2792
Every format
| HEX | #eb45eb |
| RGB | rgb(235, 69, 235) |
| HSL | hsl(300, 81%, 60%) |
| CMYK | cmyk(0%, 71%, 0%, 8%) |
| LAB | lab(59.8 80.5 -50.7) |
| LCH | lch(59.8 95.2 327.8) |
| OKLCH | oklch(0.688 0.265 328.0) |
Copy-ready code
/* CSS */
color: #eb45eb;
background-color: #eb45eb;
/* Tailwind (arbitrary) */
class="text-[#eb45eb] bg-[#eb45eb]"
/* SCSS */
$brand: #eb45eb;
/* SwiftUI */
Color(red: 0.922, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#eb45eb")Accessibility — WCAG contrast
Aa
#eb45eb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb45eb on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow0.0%
Key (black)7.8%
Color previews
#eb45eb text on a black background
contrast 6.58:1
Card sample
#eb45eb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb45eb;
Background color
Panel with #eb45eb background
background-color: #eb45eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb45eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb45eb; background: linear-gradient(135deg, #eb45eb, #EB457C);