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