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