#8671eb
a light, electric blue · warm · closest name: slateblue
RGB
134, 113, 235
HSL
250°, 75%, 68%
CMYK
43, 52, 0, 8
Luminance
0.2288
Every format
| HEX | #8671eb |
| RGB | rgb(134, 113, 235) |
| HSL | hsl(250, 75%, 68%) |
| CMYK | cmyk(43%, 52%, 0%, 8%) |
| LAB | lab(54.9 37.4 -59.2) |
| LCH | lch(54.9 70.0 302.3) |
| OKLCH | oklch(0.627 0.177 288.1) |
Copy-ready code
/* CSS */
color: #8671eb;
background-color: #8671eb;
/* Tailwind (arbitrary) */
class="text-[#8671eb] bg-[#8671eb]"
/* SCSS */
$brand: #8671eb;
/* SwiftUI */
Color(red: 0.525, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#8671eb")Accessibility — WCAG contrast
Aa
#8671eb on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8671eb on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green44.3%
Blue92.2%
CMYK percentages
Cyan43.0%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#8671eb text on a black background
contrast 5.58:1
Card sample
#8671eb text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8671eb;
Background color
Panel with #8671eb background
background-color: #8671eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8671eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8671eb; background: linear-gradient(135deg, #8671eb, #D771EB);