#8007eb
a balanced, electric violet · warm · closest name: blue
RGB
128, 7, 235
HSL
272°, 94%, 48%
CMYK
46, 97, 0, 8
Luminance
0.1074
Every format
| HEX | #8007eb |
| RGB | rgb(128, 7, 235) |
| HSL | hsl(272, 94%, 48%) |
| CMYK | cmyk(46%, 97%, 0%, 8%) |
| LAB | lab(39.1 78.2 -85.0) |
| LCH | lch(39.1 115.5 312.6) |
| OKLCH | oklch(0.513 0.275 297.5) |
Copy-ready code
/* CSS */
color: #8007eb;
background-color: #8007eb;
/* Tailwind (arbitrary) */
class="text-[#8007eb] bg-[#8007eb]"
/* SCSS */
$brand: #8007eb;
/* SwiftUI */
Color(red: 0.502, green: 0.027, blue: 0.922)
/* Android */
Color.parseColor("#8007eb")Accessibility — WCAG contrast
Aa
#8007eb on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8007eb on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green2.7%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta97.0%
Yellow0.0%
Key (black)7.8%
Color previews
#8007eb text on a black background
contrast 3.15:1
Card sample
#8007eb text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8007eb;
Background color
Panel with #8007eb background
background-color: #8007eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8007eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 7, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 7, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8007eb; background: linear-gradient(135deg, #8007eb, #EB07BE);