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