#8f73af
a balanced, soft violet · warm · closest name: plum
RGB
143, 115, 175
HSL
268°, 27%, 57%
CMYK
18, 34, 0, 31
Luminance
0.2120
Every format
| HEX | #8f73af |
| RGB | rgb(143, 115, 175) |
| HSL | hsl(268, 27%, 57%) |
| CMYK | cmyk(18%, 34%, 0%, 31%) |
| LAB | lab(53.2 23.1 -27.8) |
| LCH | lch(53.2 36.2 309.6) |
| OKLCH | oklch(0.605 0.094 305.2) |
Copy-ready code
/* CSS */
color: #8f73af;
background-color: #8f73af;
/* Tailwind (arbitrary) */
class="text-[#8f73af] bg-[#8f73af]"
/* SCSS */
$brand: #8f73af;
/* SwiftUI */
Color(red: 0.561, green: 0.451, blue: 0.686)
/* Android */
Color.parseColor("#8f73af")Accessibility — WCAG contrast
Aa
#8f73af on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f73af on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green45.1%
Blue68.6%
CMYK percentages
Cyan18.3%
Magenta34.3%
Yellow0.0%
Key (black)31.4%
Color previews
#8f73af text on a black background
contrast 5.24:1
Card sample
#8f73af text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f73af;
Background color
Panel with #8f73af background
background-color: #8f73af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f73af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 115, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 115, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f73af; background: linear-gradient(135deg, #8f73af, #AF73A7);