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