#eb6ee2
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 110, 226
HSL
304°, 76%, 68%
CMYK
0, 53, 4, 8
Luminance
0.3431
Every format
| HEX | #eb6ee2 |
| RGB | rgb(235, 110, 226) |
| HSL | hsl(304, 76%, 68%) |
| CMYK | cmyk(0%, 53%, 4%, 8%) |
| LAB | lab(65.2 63.0 -37.2) |
| LCH | lch(65.2 73.1 329.4) |
| OKLCH | oklch(0.726 0.205 330.3) |
Copy-ready code
/* CSS */
color: #eb6ee2;
background-color: #eb6ee2;
/* Tailwind (arbitrary) */
class="text-[#eb6ee2] bg-[#eb6ee2]"
/* SCSS */
$brand: #eb6ee2;
/* SwiftUI */
Color(red: 0.922, green: 0.431, blue: 0.886)
/* Android */
Color.parseColor("#eb6ee2")Accessibility — WCAG contrast
Aa
#eb6ee2 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6ee2 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.1%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta53.2%
Yellow3.8%
Key (black)7.8%
Color previews
#eb6ee2 text on a black background
contrast 7.86:1
Card sample
#eb6ee2 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6ee2;
Background color
Panel with #eb6ee2 background
background-color: #eb6ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 110, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 110, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6ee2; background: linear-gradient(135deg, #eb6ee2, #EB6E8F);