#eb38eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 56, 235
HSL
300°, 82%, 57%
CMYK
0, 76, 0, 8
Luminance
0.2649
Every format
| HEX | #eb38eb |
| RGB | rgb(235, 56, 235) |
| HSL | hsl(300, 82%, 57%) |
| CMYK | cmyk(0%, 76%, 0%, 8%) |
| LAB | lab(58.5 84.3 -52.8) |
| LCH | lch(58.5 99.5 327.9) |
| OKLCH | oklch(0.679 0.277 328.1) |
Copy-ready code
/* CSS */
color: #eb38eb;
background-color: #eb38eb;
/* Tailwind (arbitrary) */
class="text-[#eb38eb] bg-[#eb38eb]"
/* SCSS */
$brand: #eb38eb;
/* SwiftUI */
Color(red: 0.922, green: 0.220, blue: 0.922)
/* Android */
Color.parseColor("#eb38eb")Accessibility — WCAG contrast
Aa
#eb38eb on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb38eb on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow0.0%
Key (black)7.8%
Color previews
#eb38eb text on a black background
contrast 6.30:1
Card sample
#eb38eb text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb38eb;
Background color
Panel with #eb38eb background
background-color: #eb38eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb38eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 56, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 56, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb38eb; background: linear-gradient(135deg, #eb38eb, #EB3874);