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