#8167fd
a light, electric blue · warm · closest name: slateblue
RGB
129, 103, 253
HSL
250°, 97%, 70%
CMYK
49, 59, 0, 1
Luminance
0.2146
Every format
| HEX | #8167fd |
| RGB | rgb(129, 103, 253) |
| HSL | hsl(250, 97%, 70%) |
| CMYK | cmyk(49%, 59%, 0%, 1%) |
| LAB | lab(53.5 47.1 -71.6) |
| LCH | lch(53.5 85.8 303.3) |
| OKLCH | oklch(0.618 0.214 286.3) |
Copy-ready code
/* CSS */
color: #8167fd;
background-color: #8167fd;
/* Tailwind (arbitrary) */
class="text-[#8167fd] bg-[#8167fd]"
/* SCSS */
$brand: #8167fd;
/* SwiftUI */
Color(red: 0.506, green: 0.404, blue: 0.992)
/* Android */
Color.parseColor("#8167fd")Accessibility — WCAG contrast
Aa
#8167fd on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8167fd on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green40.4%
Blue99.2%
CMYK percentages
Cyan49.0%
Magenta59.3%
Yellow0.0%
Key (black)0.8%
Color previews
#8167fd text on a black background
contrast 5.29:1
Card sample
#8167fd text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8167fd;
Background color
Panel with #8167fd background
background-color: #8167fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8167fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 103, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 103, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8167fd; background: linear-gradient(135deg, #8167fd, #E567FD);