#8570cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
133, 112, 207
HSL
253°, 50%, 63%
CMYK
36, 46, 0, 19
Luminance
0.2108
Every format
| HEX | #8570cf |
| RGB | rgb(133, 112, 207) |
| HSL | hsl(253, 50%, 63%) |
| CMYK | cmyk(36%, 46%, 0%, 19%) |
| LAB | lab(53.0 30.0 -46.5) |
| LCH | lch(53.0 55.3 302.9) |
| OKLCH | oklch(0.607 0.141 291.8) |
Copy-ready code
/* CSS */
color: #8570cf;
background-color: #8570cf;
/* Tailwind (arbitrary) */
class="text-[#8570cf] bg-[#8570cf]"
/* SCSS */
$brand: #8570cf;
/* SwiftUI */
Color(red: 0.522, green: 0.439, blue: 0.812)
/* Android */
Color.parseColor("#8570cf")Accessibility — WCAG contrast
Aa
#8570cf on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8570cf on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green43.9%
Blue81.2%
CMYK percentages
Cyan35.7%
Magenta45.9%
Yellow0.0%
Key (black)18.8%
Color previews
#8570cf text on a black background
contrast 5.22:1
Card sample
#8570cf text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8570cf;
Background color
Panel with #8570cf background
background-color: #8570cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8570cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 112, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 112, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8570cf; background: linear-gradient(135deg, #8570cf, #C470CF);