#8f6faf
a balanced, soft violet · warm · closest name: plum
RGB
143, 111, 175
HSL
270°, 29%, 56%
CMYK
18, 37, 0, 31
Luminance
0.2030
Every format
| HEX | #8f6faf |
| RGB | rgb(143, 111, 175) |
| HSL | hsl(270, 29%, 56%) |
| CMYK | cmyk(18%, 37%, 0%, 31%) |
| LAB | lab(52.2 25.4 -29.4) |
| LCH | lch(52.2 38.8 310.9) |
| OKLCH | oklch(0.598 0.101 306.5) |
Copy-ready code
/* CSS */
color: #8f6faf;
background-color: #8f6faf;
/* Tailwind (arbitrary) */
class="text-[#8f6faf] bg-[#8f6faf]"
/* SCSS */
$brand: #8f6faf;
/* SwiftUI */
Color(red: 0.561, green: 0.435, blue: 0.686)
/* Android */
Color.parseColor("#8f6faf")Accessibility — WCAG contrast
Aa
#8f6faf on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f6faf on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green43.5%
Blue68.6%
CMYK percentages
Cyan18.3%
Magenta36.6%
Yellow0.0%
Key (black)31.4%
Color previews
#8f6faf text on a black background
contrast 5.06:1
Card sample
#8f6faf text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f6faf;
Background color
Panel with #8f6faf background
background-color: #8f6faf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f6faf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 111, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 111, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f6faf; background: linear-gradient(135deg, #8f6faf, #AF6FA4);