#8566b2
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 102, 178
HSL
265°, 33%, 55%
CMYK
25, 43, 0, 30
Luminance
0.1770
Every format
| HEX | #8566b2 |
| RGB | rgb(133, 102, 178) |
| HSL | hsl(265, 33%, 55%) |
| CMYK | cmyk(25%, 43%, 0%, 30%) |
| LAB | lab(49.1 28.4 -36.0) |
| LCH | lch(49.1 45.8 308.3) |
| OKLCH | oklch(0.573 0.118 301.6) |
Copy-ready code
/* CSS */
color: #8566b2;
background-color: #8566b2;
/* Tailwind (arbitrary) */
class="text-[#8566b2] bg-[#8566b2]"
/* SCSS */
$brand: #8566b2;
/* SwiftUI */
Color(red: 0.522, green: 0.400, blue: 0.698)
/* Android */
Color.parseColor("#8566b2")Accessibility — WCAG contrast
Aa
#8566b2 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8566b2 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green40.0%
Blue69.8%
CMYK percentages
Cyan25.3%
Magenta42.7%
Yellow0.0%
Key (black)30.2%
Color previews
#8566b2 text on a black background
contrast 4.54:1
Card sample
#8566b2 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8566b2;
Background color
Panel with #8566b2 background
background-color: #8566b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8566b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 102, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 102, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8566b2; background: linear-gradient(135deg, #8566b2, #B266AC);