#8014eb
a balanced, electric violet · warm · closest name: blue
RGB
128, 20, 235
HSL
270°, 84%, 50%
CMYK
46, 92, 0, 8
Luminance
0.1109
Every format
| HEX | #8014eb |
| RGB | rgb(128, 20, 235) |
| HSL | hsl(270, 84%, 50%) |
| CMYK | cmyk(46%, 92%, 0%, 8%) |
| LAB | lab(39.7 76.5 -84.0) |
| LCH | lch(39.7 113.6 312.3) |
| OKLCH | oklch(0.517 0.271 297.2) |
Copy-ready code
/* CSS */
color: #8014eb;
background-color: #8014eb;
/* Tailwind (arbitrary) */
class="text-[#8014eb] bg-[#8014eb]"
/* SCSS */
$brand: #8014eb;
/* SwiftUI */
Color(red: 0.502, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#8014eb")Accessibility — WCAG contrast
Aa
#8014eb on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8014eb on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green7.8%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta91.5%
Yellow0.0%
Key (black)7.8%
Color previews
#8014eb text on a black background
contrast 3.22:1
Card sample
#8014eb text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8014eb;
Background color
Panel with #8014eb background
background-color: #8014eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8014eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8014eb; background: linear-gradient(135deg, #8014eb, #EB14C7);