#8463ff
a light, electric blue · warm · closest name: slateblue
RGB
132, 99, 255
HSL
253°, 100%, 69%
CMYK
48, 61, 0, 0
Luminance
0.2105
Every format
| HEX | #8463ff |
| RGB | rgb(132, 99, 255) |
| HSL | hsl(253, 100%, 69%) |
| CMYK | cmyk(48%, 61%, 0%, 0%) |
| LAB | lab(53.0 50.5 -73.5) |
| LCH | lch(53.0 89.1 304.5) |
| OKLCH | oklch(0.616 0.221 287.8) |
Copy-ready code
/* CSS */
color: #8463ff;
background-color: #8463ff;
/* Tailwind (arbitrary) */
class="text-[#8463ff] bg-[#8463ff]"
/* SCSS */
$brand: #8463ff;
/* SwiftUI */
Color(red: 0.518, green: 0.388, blue: 1.000)
/* Android */
Color.parseColor("#8463ff")Accessibility — WCAG contrast
Aa
#8463ff on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8463ff on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green38.8%
Blue100.0%
CMYK percentages
Cyan48.2%
Magenta61.2%
Yellow0.0%
Key (black)0.0%
Color previews
#8463ff text on a black background
contrast 5.21:1
Card sample
#8463ff text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8463ff;
Background color
Panel with #8463ff background
background-color: #8463ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8463ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 99, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 99, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8463ff; background: linear-gradient(135deg, #8463ff, #EC63FF);