#eb0deb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 13, 235
HSL
300°, 90%, 49%
CMYK
0, 95, 0, 8
Luminance
0.2395
Every format
| HEX | #eb0deb |
| RGB | rgb(235, 13, 235) |
| HSL | hsl(300, 90%, 49%) |
| CMYK | cmyk(0%, 95%, 0%, 8%) |
| LAB | lab(56.0 91.5 -56.7) |
| LCH | lch(56.0 107.7 328.2) |
| OKLCH | oklch(0.662 0.300 328.3) |
Copy-ready code
/* CSS */
color: #eb0deb;
background-color: #eb0deb;
/* Tailwind (arbitrary) */
class="text-[#eb0deb] bg-[#eb0deb]"
/* SCSS */
$brand: #eb0deb;
/* SwiftUI */
Color(red: 0.922, green: 0.051, blue: 0.922)
/* Android */
Color.parseColor("#eb0deb")Accessibility — WCAG contrast
Aa
#eb0deb on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0deb on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green5.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow0.0%
Key (black)7.8%
Color previews
#eb0deb text on a black background
contrast 5.79:1
Card sample
#eb0deb text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0deb;
Background color
Panel with #eb0deb background
background-color: #eb0deb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0deb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 13, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 13, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0deb; background: linear-gradient(135deg, #eb0deb, #EB0D57);