#8570eb
a light, electric blue · warm · closest name: slateblue
RGB
133, 112, 235
HSL
250°, 76%, 68%
CMYK
43, 52, 0, 8
Luminance
0.2257
Every format
| HEX | #8570eb |
| RGB | rgb(133, 112, 235) |
| HSL | hsl(250, 76%, 68%) |
| CMYK | cmyk(43%, 52%, 0%, 8%) |
| LAB | lab(54.6 37.7 -59.7) |
| LCH | lch(54.6 70.6 302.3) |
| OKLCH | oklch(0.624 0.178 287.9) |
Copy-ready code
/* CSS */
color: #8570eb;
background-color: #8570eb;
/* Tailwind (arbitrary) */
class="text-[#8570eb] bg-[#8570eb]"
/* SCSS */
$brand: #8570eb;
/* SwiftUI */
Color(red: 0.522, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#8570eb")Accessibility — WCAG contrast
Aa
#8570eb on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8570eb on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green43.9%
Blue92.2%
CMYK percentages
Cyan43.4%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#8570eb text on a black background
contrast 5.51:1
Card sample
#8570eb text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8570eb;
Background color
Panel with #8570eb background
background-color: #8570eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8570eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8570eb; background: linear-gradient(135deg, #8570eb, #D770EB);