#8570af
a balanced, soft violet · warm · closest name: steelblue
RGB
133, 112, 175
HSL
260°, 28%, 56%
CMYK
24, 36, 0, 31
Luminance
0.1967
Every format
| HEX | #8570af |
| RGB | rgb(133, 112, 175) |
| HSL | hsl(260, 28%, 56%) |
| CMYK | cmyk(24%, 36%, 0%, 31%) |
| LAB | lab(51.5 21.7 -30.6) |
| LCH | lch(51.5 37.5 305.4) |
| OKLCH | oklch(0.590 0.097 298.7) |
Copy-ready code
/* CSS */
color: #8570af;
background-color: #8570af;
/* Tailwind (arbitrary) */
class="text-[#8570af] bg-[#8570af]"
/* SCSS */
$brand: #8570af;
/* SwiftUI */
Color(red: 0.522, green: 0.439, blue: 0.686)
/* Android */
Color.parseColor("#8570af")Accessibility — WCAG contrast
Aa
#8570af on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8570af on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green43.9%
Blue68.6%
CMYK percentages
Cyan24.0%
Magenta36.0%
Yellow0.0%
Key (black)31.4%
Color previews
#8570af text on a black background
contrast 4.93:1
Card sample
#8570af text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8570af;
Background color
Panel with #8570af background
background-color: #8570af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8570af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 112, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 112, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8570af; background: linear-gradient(135deg, #8570af, #AF70AF);