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