#8465df
a balanced, vivid violet · warm · closest name: slateblue
RGB
132, 101, 223
HSL
255°, 66%, 64%
CMYK
41, 55, 0, 13
Luminance
0.1954
Every format
| HEX | #8465df |
| RGB | rgb(132, 101, 223) |
| HSL | hsl(255, 66%, 64%) |
| CMYK | cmyk(41%, 55%, 0%, 13%) |
| LAB | lab(51.3 40.5 -58.3) |
| LCH | lch(51.3 71.0 304.8) |
| OKLCH | oklch(0.597 0.178 291.8) |
Copy-ready code
/* CSS */
color: #8465df;
background-color: #8465df;
/* Tailwind (arbitrary) */
class="text-[#8465df] bg-[#8465df]"
/* SCSS */
$brand: #8465df;
/* SwiftUI */
Color(red: 0.518, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#8465df")Accessibility — WCAG contrast
Aa
#8465df on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8465df on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green39.6%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#8465df text on a black background
contrast 4.91:1
Card sample
#8465df text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8465df;
Background color
Panel with #8465df background
background-color: #8465df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8465df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8465df; background: linear-gradient(135deg, #8465df, #D565DF);