#8f6fbf
a balanced, soft violet · warm · closest name: slateblue
RGB
143, 111, 191
HSL
264°, 39%, 59%
CMYK
25, 42, 0, 25
Luminance
0.2097
Every format
| HEX | #8f6fbf |
| RGB | rgb(143, 111, 191) |
| HSL | hsl(264, 39%, 59%) |
| CMYK | cmyk(25%, 42%, 0%, 25%) |
| LAB | lab(52.9 29.2 -37.4) |
| LCH | lch(52.9 47.5 308.0) |
| OKLCH | oklch(0.606 0.122 301.3) |
Copy-ready code
/* CSS */
color: #8f6fbf;
background-color: #8f6fbf;
/* Tailwind (arbitrary) */
class="text-[#8f6fbf] bg-[#8f6fbf]"
/* SCSS */
$brand: #8f6fbf;
/* SwiftUI */
Color(red: 0.561, green: 0.435, blue: 0.749)
/* Android */
Color.parseColor("#8f6fbf")Accessibility — WCAG contrast
Aa
#8f6fbf on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f6fbf on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green43.5%
Blue74.9%
CMYK percentages
Cyan25.1%
Magenta41.9%
Yellow0.0%
Key (black)25.1%
Color previews
#8f6fbf text on a black background
contrast 5.19:1
Card sample
#8f6fbf text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f6fbf;
Background color
Panel with #8f6fbf background
background-color: #8f6fbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f6fbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 111, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 111, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f6fbf; background: linear-gradient(135deg, #8f6fbf, #BF6FBA);