#8f73cd
a balanced, vivid violet · warm · closest name: slateblue
RGB
143, 115, 205
HSL
259°, 47%, 63%
CMYK
30, 44, 0, 20
Luminance
0.2251
Every format
| HEX | #8f73cd |
| RGB | rgb(143, 115, 205) |
| HSL | hsl(259, 47%, 63%) |
| CMYK | cmyk(30%, 44%, 0%, 20%) |
| LAB | lab(54.6 30.4 -42.8) |
| LCH | lch(54.6 52.5 305.4) |
| OKLCH | oklch(0.621 0.134 296.6) |
Copy-ready code
/* CSS */
color: #8f73cd;
background-color: #8f73cd;
/* Tailwind (arbitrary) */
class="text-[#8f73cd] bg-[#8f73cd]"
/* SCSS */
$brand: #8f73cd;
/* SwiftUI */
Color(red: 0.561, green: 0.451, blue: 0.804)
/* Android */
Color.parseColor("#8f73cd")Accessibility — WCAG contrast
Aa
#8f73cd on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f73cd on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green45.1%
Blue80.4%
CMYK percentages
Cyan30.2%
Magenta43.9%
Yellow0.0%
Key (black)19.6%
Color previews
#8f73cd text on a black background
contrast 5.50:1
Card sample
#8f73cd text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f73cd;
Background color
Panel with #8f73cd background
background-color: #8f73cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f73cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 115, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 115, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f73cd; background: linear-gradient(135deg, #8f73cd, #CB73CD);