#eb1cfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 28, 252
HSL
295°, 97%, 55%
CMYK
7, 89, 0, 1
Luminance
0.2552
Every format
| HEX | #eb1cfc |
| RGB | rgb(235, 28, 252) |
| HSL | hsl(295, 97%, 55%) |
| CMYK | cmyk(7%, 89%, 0%, 1%) |
| LAB | lab(57.6 92.4 -63.7) |
| LCH | lch(57.6 112.3 325.4) |
| OKLCH | oklch(0.676 0.306 324.4) |
Copy-ready code
/* CSS */
color: #eb1cfc;
background-color: #eb1cfc;
/* Tailwind (arbitrary) */
class="text-[#eb1cfc] bg-[#eb1cfc]"
/* SCSS */
$brand: #eb1cfc;
/* SwiftUI */
Color(red: 0.922, green: 0.110, blue: 0.988)
/* Android */
Color.parseColor("#eb1cfc")Accessibility — WCAG contrast
Aa
#eb1cfc on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1cfc on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green11.0%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta88.9%
Yellow0.0%
Key (black)1.2%
Color previews
#eb1cfc text on a black background
contrast 6.10:1
Card sample
#eb1cfc text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1cfc;
Background color
Panel with #eb1cfc background
background-color: #eb1cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 28, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 28, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1cfc; background: linear-gradient(135deg, #eb1cfc, #FC1C78);