#eb4ceb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 76, 235
HSL
300°, 80%, 61%
CMYK
0, 68, 0, 8
Luminance
0.2883
Every format
| HEX | #eb4ceb |
| RGB | rgb(235, 76, 235) |
| HSL | hsl(300, 80%, 61%) |
| CMYK | cmyk(0%, 68%, 0%, 8%) |
| LAB | lab(60.6 78.2 -49.4) |
| LCH | lch(60.6 92.5 327.7) |
| OKLCH | oklch(0.694 0.257 327.9) |
Copy-ready code
/* CSS */
color: #eb4ceb;
background-color: #eb4ceb;
/* Tailwind (arbitrary) */
class="text-[#eb4ceb] bg-[#eb4ceb]"
/* SCSS */
$brand: #eb4ceb;
/* SwiftUI */
Color(red: 0.922, green: 0.298, blue: 0.922)
/* Android */
Color.parseColor("#eb4ceb")Accessibility — WCAG contrast
Aa
#eb4ceb on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4ceb on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow0.0%
Key (black)7.8%
Color previews
#eb4ceb text on a black background
contrast 6.77:1
Card sample
#eb4ceb text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4ceb;
Background color
Panel with #eb4ceb background
background-color: #eb4ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 76, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 76, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4ceb; background: linear-gradient(135deg, #eb4ceb, #EB4C81);