#eb79ee
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 121, 238
HSL
299°, 78%, 70%
CMYK
1, 49, 0, 7
Luminance
0.3751
Every format
| HEX | #eb79ee |
| RGB | rgb(235, 121, 238) |
| HSL | hsl(299, 78%, 70%) |
| CMYK | cmyk(1%, 49%, 0%, 7%) |
| LAB | lab(67.7 59.9 -40.0) |
| LCH | lch(67.7 72.0 326.3) |
| OKLCH | oklch(0.746 0.199 326.4) |
Copy-ready code
/* CSS */
color: #eb79ee;
background-color: #eb79ee;
/* Tailwind (arbitrary) */
class="text-[#eb79ee] bg-[#eb79ee]"
/* SCSS */
$brand: #eb79ee;
/* SwiftUI */
Color(red: 0.922, green: 0.475, blue: 0.933)
/* Android */
Color.parseColor("#eb79ee")Accessibility — WCAG contrast
Aa
#eb79ee on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb79ee on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.5%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta49.2%
Yellow0.0%
Key (black)6.7%
Color previews
#eb79ee text on a black background
contrast 8.50:1
Card sample
#eb79ee text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb79ee;
Background color
Panel with #eb79ee background
background-color: #eb79ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb79ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 121, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 121, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb79ee; background: linear-gradient(135deg, #eb79ee, #EE79A3);