#eb79eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 121, 235
HSL
300°, 74%, 70%
CMYK
0, 49, 0, 8
Luminance
0.3734
Every format
| HEX | #eb79eb |
| RGB | rgb(235, 121, 235) |
| HSL | hsl(300, 74%, 70%) |
| CMYK | cmyk(0%, 49%, 0%, 8%) |
| LAB | lab(67.5 59.4 -38.6) |
| LCH | lch(67.5 70.8 327.0) |
| OKLCH | oklch(0.745 0.196 327.3) |
Copy-ready code
/* CSS */
color: #eb79eb;
background-color: #eb79eb;
/* Tailwind (arbitrary) */
class="text-[#eb79eb] bg-[#eb79eb]"
/* SCSS */
$brand: #eb79eb;
/* SwiftUI */
Color(red: 0.922, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#eb79eb")Accessibility — WCAG contrast
Aa
#eb79eb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb79eb on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#eb79eb text on a black background
contrast 8.47:1
Card sample
#eb79eb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb79eb;
Background color
Panel with #eb79eb background
background-color: #eb79eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb79eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb79eb; background: linear-gradient(135deg, #eb79eb, #EB799F);