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