#eb0dee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 13, 238
HSL
299°, 90%, 49%
CMYK
1, 95, 0, 7
Luminance
0.2412
Every format
| HEX | #eb0dee |
| RGB | rgb(235, 13, 238) |
| HSL | hsl(299, 90%, 49%) |
| CMYK | cmyk(1%, 95%, 0%, 7%) |
| LAB | lab(56.2 91.9 -58.1) |
| LCH | lch(56.2 108.8 327.7) |
| OKLCH | oklch(0.663 0.302 327.6) |
Copy-ready code
/* CSS */
color: #eb0dee;
background-color: #eb0dee;
/* Tailwind (arbitrary) */
class="text-[#eb0dee] bg-[#eb0dee]"
/* SCSS */
$brand: #eb0dee;
/* SwiftUI */
Color(red: 0.922, green: 0.051, blue: 0.933)
/* Android */
Color.parseColor("#eb0dee")Accessibility — WCAG contrast
Aa
#eb0dee on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0dee on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green5.1%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta94.5%
Yellow0.0%
Key (black)6.7%
Color previews
#eb0dee text on a black background
contrast 5.82:1
Card sample
#eb0dee text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0dee;
Background color
Panel with #eb0dee background
background-color: #eb0dee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0dee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 13, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 13, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0dee; background: linear-gradient(135deg, #eb0dee, #EE0D5B);