#eb6bfc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 107, 252
HSL
293°, 96%, 70%
CMYK
7, 58, 0, 1
Luminance
0.3521
Every format
| HEX | #eb6bfc |
| RGB | rgb(235, 107, 252) |
| HSL | hsl(293, 96%, 70%) |
| CMYK | cmyk(7%, 58%, 0%, 1%) |
| LAB | lab(65.9 68.8 -50.5) |
| LCH | lch(65.9 85.3 323.7) |
| OKLCH | oklch(0.735 0.232 322.8) |
Copy-ready code
/* CSS */
color: #eb6bfc;
background-color: #eb6bfc;
/* Tailwind (arbitrary) */
class="text-[#eb6bfc] bg-[#eb6bfc]"
/* SCSS */
$brand: #eb6bfc;
/* SwiftUI */
Color(red: 0.922, green: 0.420, blue: 0.988)
/* Android */
Color.parseColor("#eb6bfc")Accessibility — WCAG contrast
Aa
#eb6bfc on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6bfc on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.0%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta57.5%
Yellow0.0%
Key (black)1.2%
Color previews
#eb6bfc text on a black background
contrast 8.04:1
Card sample
#eb6bfc text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6bfc;
Background color
Panel with #eb6bfc background
background-color: #eb6bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 107, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 107, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6bfc; background: linear-gradient(135deg, #eb6bfc, #FC6BAC);