#eb0bf8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 11, 248
HSL
297°, 94%, 51%
CMYK
5, 96, 0, 3
Luminance
0.2468
Every format
| HEX | #eb0bf8 |
| RGB | rgb(235, 11, 248) |
| HSL | hsl(297, 94%, 51%) |
| CMYK | cmyk(5%, 96%, 0%, 3%) |
| LAB | lab(56.8 93.5 -62.8) |
| LCH | lch(56.8 112.7 326.1) |
| OKLCH | oklch(0.669 0.309 325.4) |
Copy-ready code
/* CSS */
color: #eb0bf8;
background-color: #eb0bf8;
/* Tailwind (arbitrary) */
class="text-[#eb0bf8] bg-[#eb0bf8]"
/* SCSS */
$brand: #eb0bf8;
/* SwiftUI */
Color(red: 0.922, green: 0.043, blue: 0.973)
/* Android */
Color.parseColor("#eb0bf8")Accessibility — WCAG contrast
Aa
#eb0bf8 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0bf8 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green4.3%
Blue97.3%
CMYK percentages
Cyan5.2%
Magenta95.6%
Yellow0.0%
Key (black)2.7%
Color previews
#eb0bf8 text on a black background
contrast 5.94:1
Card sample
#eb0bf8 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0bf8;
Background color
Panel with #eb0bf8 background
background-color: #eb0bf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0bf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 11, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 11, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0bf8; background: linear-gradient(135deg, #eb0bf8, #F80B67);