#eb2ceb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 44, 235
HSL
300°, 83%, 55%
CMYK
0, 81, 0, 8
Luminance
0.2546
Every format
| HEX | #eb2ceb |
| RGB | rgb(235, 44, 235) |
| HSL | hsl(300, 83%, 55%) |
| CMYK | cmyk(0%, 81%, 0%, 8%) |
| LAB | lab(57.5 87.1 -54.3) |
| LCH | lch(57.5 102.7 328.0) |
| OKLCH | oklch(0.672 0.286 328.2) |
Copy-ready code
/* CSS */
color: #eb2ceb;
background-color: #eb2ceb;
/* Tailwind (arbitrary) */
class="text-[#eb2ceb] bg-[#eb2ceb]"
/* SCSS */
$brand: #eb2ceb;
/* SwiftUI */
Color(red: 0.922, green: 0.173, blue: 0.922)
/* Android */
Color.parseColor("#eb2ceb")Accessibility — WCAG contrast
Aa
#eb2ceb on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2ceb on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green17.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow0.0%
Key (black)7.8%
Color previews
#eb2ceb text on a black background
contrast 6.09:1
Card sample
#eb2ceb text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2ceb;
Background color
Panel with #eb2ceb background
background-color: #eb2ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 44, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 44, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2ceb; background: linear-gradient(135deg, #eb2ceb, #EB2C6C);