#8460df
a balanced, vivid violet · warm · closest name: slateblue
RGB
132, 96, 223
HSL
257°, 67%, 63%
CMYK
41, 57, 0, 13
Luminance
0.1860
Every format
| HEX | #8460df |
| RGB | rgb(132, 96, 223) |
| HSL | hsl(257, 67%, 63%) |
| CMYK | cmyk(41%, 57%, 0%, 13%) |
| LAB | lab(50.2 43.3 -60.0) |
| LCH | lch(50.2 74.1 305.8) |
| OKLCH | oklch(0.589 0.185 292.9) |
Copy-ready code
/* CSS */
color: #8460df;
background-color: #8460df;
/* Tailwind (arbitrary) */
class="text-[#8460df] bg-[#8460df]"
/* SCSS */
$brand: #8460df;
/* SwiftUI */
Color(red: 0.518, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#8460df")Accessibility — WCAG contrast
Aa
#8460df on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8460df on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green37.6%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#8460df text on a black background
contrast 4.72:1
Card sample
#8460df text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8460df;
Background color
Panel with #8460df background
background-color: #8460df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8460df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8460df; background: linear-gradient(135deg, #8460df, #D960DF);