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