#e077eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
224, 119, 235
HSL
294°, 74%, 69%
CMYK
5, 49, 0, 8
Luminance
0.3504
Every format
| HEX | #e077eb |
| RGB | rgb(224, 119, 235) |
| HSL | hsl(294, 74%, 69%) |
| CMYK | cmyk(5%, 49%, 0%, 8%) |
| LAB | lab(65.8 57.3 -41.4) |
| LCH | lch(65.8 70.7 324.2) |
| OKLCH | oklch(0.729 0.193 323.7) |
Copy-ready code
/* CSS */
color: #e077eb;
background-color: #e077eb;
/* Tailwind (arbitrary) */
class="text-[#e077eb] bg-[#e077eb]"
/* SCSS */
$brand: #e077eb;
/* SwiftUI */
Color(red: 0.878, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#e077eb")Accessibility — WCAG contrast
Aa
#e077eb on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e077eb on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green46.7%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#e077eb text on a black background
contrast 8.01:1
Card sample
#e077eb text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e077eb;
Background color
Panel with #e077eb background
background-color: #e077eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e077eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e077eb; background: linear-gradient(135deg, #e077eb, #EB77A9);