#eb3eeb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 62, 235
HSL
300°, 81%, 58%
CMYK
0, 74, 0, 8
Luminance
0.2711
Every format
| HEX | #eb3eeb |
| RGB | rgb(235, 62, 235) |
| HSL | hsl(300, 81%, 58%) |
| CMYK | cmyk(0%, 74%, 0%, 8%) |
| LAB | lab(59.1 82.6 -51.9) |
| LCH | lch(59.1 97.6 327.9) |
| OKLCH | oklch(0.683 0.272 328.1) |
Copy-ready code
/* CSS */
color: #eb3eeb;
background-color: #eb3eeb;
/* Tailwind (arbitrary) */
class="text-[#eb3eeb] bg-[#eb3eeb]"
/* SCSS */
$brand: #eb3eeb;
/* SwiftUI */
Color(red: 0.922, green: 0.243, blue: 0.922)
/* Android */
Color.parseColor("#eb3eeb")Accessibility — WCAG contrast
Aa
#eb3eeb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3eeb on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green24.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta73.6%
Yellow0.0%
Key (black)7.8%
Color previews
#eb3eeb text on a black background
contrast 6.42:1
Card sample
#eb3eeb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3eeb;
Background color
Panel with #eb3eeb background
background-color: #eb3eeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3eeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 62, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 62, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3eeb; background: linear-gradient(135deg, #eb3eeb, #EB3E78);