#8a73e8
a light, vivid blue · warm · closest name: slateblue
RGB
138, 115, 232
HSL
252°, 72%, 68%
CMYK
41, 50, 0, 9
Luminance
0.2349
Every format
| HEX | #8a73e8 |
| RGB | rgb(138, 115, 232) |
| HSL | hsl(252, 72%, 68%) |
| CMYK | cmyk(41%, 50%, 0%, 9%) |
| LAB | lab(55.6 36.3 -56.5) |
| LCH | lch(55.6 67.1 302.7) |
| OKLCH | oklch(0.632 0.170 289.7) |
Copy-ready code
/* CSS */
color: #8a73e8;
background-color: #8a73e8;
/* Tailwind (arbitrary) */
class="text-[#8a73e8] bg-[#8a73e8]"
/* SCSS */
$brand: #8a73e8;
/* SwiftUI */
Color(red: 0.541, green: 0.451, blue: 0.910)
/* Android */
Color.parseColor("#8a73e8")Accessibility — WCAG contrast
Aa
#8a73e8 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8a73e8 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green45.1%
Blue91.0%
CMYK percentages
Cyan40.5%
Magenta50.4%
Yellow0.0%
Key (black)9.0%
Color previews
#8a73e8 text on a black background
contrast 5.70:1
Card sample
#8a73e8 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a73e8;
Background color
Panel with #8a73e8 background
background-color: #8a73e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a73e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 115, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 115, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a73e8; background: linear-gradient(135deg, #8a73e8, #D873E8);