#eb0cea
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 12, 234
HSL
300°, 90%, 48%
CMYK
0, 95, 0, 8
Luminance
0.2387
Every format
| HEX | #eb0cea |
| RGB | rgb(235, 12, 234) |
| HSL | hsl(300, 90%, 48%) |
| CMYK | cmyk(0%, 95%, 0%, 8%) |
| LAB | lab(56.0 91.4 -56.3) |
| LCH | lch(56.0 107.4 328.4) |
| OKLCH | oklch(0.661 0.300 328.6) |
Copy-ready code
/* CSS */
color: #eb0cea;
background-color: #eb0cea;
/* Tailwind (arbitrary) */
class="text-[#eb0cea] bg-[#eb0cea]"
/* SCSS */
$brand: #eb0cea;
/* SwiftUI */
Color(red: 0.922, green: 0.047, blue: 0.918)
/* Android */
Color.parseColor("#eb0cea")Accessibility — WCAG contrast
Aa
#eb0cea on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0cea on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green4.7%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow0.4%
Key (black)7.8%
Color previews
#eb0cea text on a black background
contrast 5.77:1
Card sample
#eb0cea text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0cea;
Background color
Panel with #eb0cea background
background-color: #eb0cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 12, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 12, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0cea; background: linear-gradient(135deg, #eb0cea, #EB0C55);