#8167eb
a light, electric blue · warm · closest name: slateblue
RGB
129, 103, 235
HSL
252°, 77%, 66%
CMYK
45, 56, 0, 8
Luminance
0.2037
Every format
| HEX | #8167eb |
| RGB | rgb(129, 103, 235) |
| HSL | hsl(252, 77%, 66%) |
| CMYK | cmyk(45%, 56%, 0%, 8%) |
| LAB | lab(52.3 42.0 -63.5) |
| LCH | lch(52.3 76.2 303.5) |
| OKLCH | oklch(0.606 0.191 288.4) |
Copy-ready code
/* CSS */
color: #8167eb;
background-color: #8167eb;
/* Tailwind (arbitrary) */
class="text-[#8167eb] bg-[#8167eb]"
/* SCSS */
$brand: #8167eb;
/* SwiftUI */
Color(red: 0.506, green: 0.404, blue: 0.922)
/* Android */
Color.parseColor("#8167eb")Accessibility — WCAG contrast
Aa
#8167eb on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8167eb on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green40.4%
Blue92.2%
CMYK percentages
Cyan45.1%
Magenta56.2%
Yellow0.0%
Key (black)7.8%
Color previews
#8167eb text on a black background
contrast 5.07:1
Card sample
#8167eb text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8167eb;
Background color
Panel with #8167eb background
background-color: #8167eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8167eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 103, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 103, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8167eb; background: linear-gradient(135deg, #8167eb, #D967EB);