#eb1cce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 28, 206
HSL
308°, 84%, 52%
CMYK
0, 88, 12, 8
Luminance
0.2295
Every format
| HEX | #eb1cce |
| RGB | rgb(235, 28, 206) |
| HSL | hsl(308, 84%, 52%) |
| CMYK | cmyk(0%, 88%, 12%, 8%) |
| LAB | lab(55.0 85.9 -41.9) |
| LCH | lch(55.0 95.6 334.0) |
| OKLCH | oklch(0.649 0.277 335.5) |
Copy-ready code
/* CSS */
color: #eb1cce;
background-color: #eb1cce;
/* Tailwind (arbitrary) */
class="text-[#eb1cce] bg-[#eb1cce]"
/* SCSS */
$brand: #eb1cce;
/* SwiftUI */
Color(red: 0.922, green: 0.110, blue: 0.808)
/* Android */
Color.parseColor("#eb1cce")Accessibility — WCAG contrast
Aa
#eb1cce on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1cce on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green11.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow12.3%
Key (black)7.8%
Color previews
#eb1cce text on a black background
contrast 5.59:1
Card sample
#eb1cce text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1cce;
Background color
Panel with #eb1cce background
background-color: #eb1cce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1cce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 28, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 28, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1cce; background: linear-gradient(135deg, #eb1cce, #EB1C44);