#eb3bfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 59, 252
HSL
295°, 97%, 61%
CMYK
7, 77, 0, 1
Luminance
0.2782
Every format
| HEX | #eb3bfc |
| RGB | rgb(235, 59, 252) |
| HSL | hsl(295, 97%, 61%) |
| CMYK | cmyk(7%, 77%, 0%, 1%) |
| LAB | lab(59.7 86.2 -60.3) |
| LCH | lch(59.7 105.2 325.0) |
| OKLCH | oklch(0.691 0.287 324.1) |
Copy-ready code
/* CSS */
color: #eb3bfc;
background-color: #eb3bfc;
/* Tailwind (arbitrary) */
class="text-[#eb3bfc] bg-[#eb3bfc]"
/* SCSS */
$brand: #eb3bfc;
/* SwiftUI */
Color(red: 0.922, green: 0.231, blue: 0.988)
/* Android */
Color.parseColor("#eb3bfc")Accessibility — WCAG contrast
Aa
#eb3bfc on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3bfc on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.1%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta76.6%
Yellow0.0%
Key (black)1.2%
Color previews
#eb3bfc text on a black background
contrast 6.56:1
Card sample
#eb3bfc text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3bfc;
Background color
Panel with #eb3bfc background
background-color: #eb3bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 59, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 59, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3bfc; background: linear-gradient(135deg, #eb3bfc, #FC3B8C);