#8029eb
a balanced, electric violet · warm · closest name: blue
RGB
128, 41, 235
HSL
267°, 83%, 54%
CMYK
46, 83, 0, 8
Luminance
0.1217
Every format
| HEX | #8029eb |
| RGB | rgb(128, 41, 235) |
| HSL | hsl(267, 83%, 54%) |
| CMYK | cmyk(46%, 83%, 0%, 8%) |
| LAB | lab(41.5 71.2 -81.1) |
| LCH | lch(41.5 107.9 311.3) |
| OKLCH | oklch(0.529 0.259 296.2) |
Copy-ready code
/* CSS */
color: #8029eb;
background-color: #8029eb;
/* Tailwind (arbitrary) */
class="text-[#8029eb] bg-[#8029eb]"
/* SCSS */
$brand: #8029eb;
/* SwiftUI */
Color(red: 0.502, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#8029eb")Accessibility — WCAG contrast
Aa
#8029eb on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8029eb on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green16.1%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#8029eb text on a black background
contrast 3.43:1
Card sample
#8029eb text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8029eb;
Background color
Panel with #8029eb background
background-color: #8029eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8029eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8029eb; background: linear-gradient(135deg, #8029eb, #EB29D5);