#8928eb
a balanced, electric violet · warm · closest name: blue
RGB
137, 40, 235
HSL
270°, 83%, 54%
CMYK
42, 83, 0, 8
Luminance
0.1283
Every format
| HEX | #8928eb |
| RGB | rgb(137, 40, 235) |
| HSL | hsl(270, 83%, 54%) |
| CMYK | cmyk(42%, 83%, 0%, 8%) |
| LAB | lab(42.5 72.7 -79.3) |
| LCH | lch(42.5 107.6 312.5) |
| OKLCH | oklch(0.538 0.261 299.4) |
Copy-ready code
/* CSS */
color: #8928eb;
background-color: #8928eb;
/* Tailwind (arbitrary) */
class="text-[#8928eb] bg-[#8928eb]"
/* SCSS */
$brand: #8928eb;
/* SwiftUI */
Color(red: 0.537, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#8928eb")Accessibility — WCAG contrast
Aa
#8928eb on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8928eb on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green15.7%
Blue92.2%
CMYK percentages
Cyan41.7%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#8928eb text on a black background
contrast 3.57:1
Card sample
#8928eb text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8928eb;
Background color
Panel with #8928eb background
background-color: #8928eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8928eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8928eb; background: linear-gradient(135deg, #8928eb, #EB28CB);