#8564ef
a light, electric blue · warm · closest name: slateblue
RGB
133, 100, 239
HSL
254°, 81%, 67%
CMYK
44, 58, 0, 6
Luminance
0.2033
Every format
| HEX | #8564ef |
| RGB | rgb(133, 100, 239) |
| HSL | hsl(254, 81%, 67%) |
| CMYK | cmyk(44%, 58%, 0%, 6%) |
| LAB | lab(52.2 45.7 -65.8) |
| LCH | lch(52.2 80.1 304.8) |
| OKLCH | oklch(0.607 0.200 290.1) |
Copy-ready code
/* CSS */
color: #8564ef;
background-color: #8564ef;
/* Tailwind (arbitrary) */
class="text-[#8564ef] bg-[#8564ef]"
/* SCSS */
$brand: #8564ef;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.937)
/* Android */
Color.parseColor("#8564ef")Accessibility — WCAG contrast
Aa
#8564ef on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8564ef on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue93.7%
CMYK percentages
Cyan44.4%
Magenta58.2%
Yellow0.0%
Key (black)6.3%
Color previews
#8564ef text on a black background
contrast 5.07:1
Card sample
#8564ef text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564ef;
Background color
Panel with #8564ef background
background-color: #8564ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564ef; background: linear-gradient(135deg, #8564ef, #E264EF);