#eb84eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 132, 235
HSL
300°, 72%, 72%
CMYK
0, 44, 0, 8
Luminance
0.4016
Every format
| HEX | #eb84eb |
| RGB | rgb(235, 132, 235) |
| HSL | hsl(300, 72%, 72%) |
| CMYK | cmyk(0%, 44%, 0%, 8%) |
| LAB | lab(69.6 54.0 -35.4) |
| LCH | lch(69.6 64.5 326.8) |
| OKLCH | oklch(0.760 0.178 327.2) |
Copy-ready code
/* CSS */
color: #eb84eb;
background-color: #eb84eb;
/* Tailwind (arbitrary) */
class="text-[#eb84eb] bg-[#eb84eb]"
/* SCSS */
$brand: #eb84eb;
/* SwiftUI */
Color(red: 0.922, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#eb84eb")Accessibility — WCAG contrast
Aa
#eb84eb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb84eb on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#eb84eb text on a black background
contrast 9.03:1
Card sample
#eb84eb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb84eb;
Background color
Panel with #eb84eb background
background-color: #eb84eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb84eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb84eb; background: linear-gradient(135deg, #eb84eb, #EB84A6);