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