#eb76eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 118, 235
HSL
300°, 75%, 69%
CMYK
0, 50, 0, 8
Luminance
0.3662
Every format
| HEX | #eb76eb |
| RGB | rgb(235, 118, 235) |
| HSL | hsl(300, 75%, 69%) |
| CMYK | cmyk(0%, 50%, 0%, 8%) |
| LAB | lab(67.0 60.8 -39.4) |
| LCH | lch(67.0 72.4 327.0) |
| OKLCH | oklch(0.741 0.201 327.4) |
Copy-ready code
/* CSS */
color: #eb76eb;
background-color: #eb76eb;
/* Tailwind (arbitrary) */
class="text-[#eb76eb] bg-[#eb76eb]"
/* SCSS */
$brand: #eb76eb;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#eb76eb")Accessibility — WCAG contrast
Aa
#eb76eb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb76eb on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#eb76eb text on a black background
contrast 8.32:1
Card sample
#eb76eb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb76eb;
Background color
Panel with #eb76eb background
background-color: #eb76eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb76eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb76eb; background: linear-gradient(135deg, #eb76eb, #EB769D);