#8f76cd
a balanced, vivid violet · warm · closest name: slateblue
RGB
143, 118, 205
HSL
257°, 47%, 63%
CMYK
30, 42, 0, 20
Luminance
0.2320
Every format
| HEX | #8f76cd |
| RGB | rgb(143, 118, 205) |
| HSL | hsl(257, 47%, 63%) |
| CMYK | cmyk(30%, 42%, 0%, 20%) |
| LAB | lab(55.3 28.7 -41.7) |
| LCH | lch(55.3 50.6 304.5) |
| OKLCH | oklch(0.626 0.130 295.7) |
Copy-ready code
/* CSS */
color: #8f76cd;
background-color: #8f76cd;
/* Tailwind (arbitrary) */
class="text-[#8f76cd] bg-[#8f76cd]"
/* SCSS */
$brand: #8f76cd;
/* SwiftUI */
Color(red: 0.561, green: 0.463, blue: 0.804)
/* Android */
Color.parseColor("#8f76cd")Accessibility — WCAG contrast
Aa
#8f76cd on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f76cd on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green46.3%
Blue80.4%
CMYK percentages
Cyan30.2%
Magenta42.4%
Yellow0.0%
Key (black)19.6%
Color previews
#8f76cd text on a black background
contrast 5.64:1
Card sample
#8f76cd text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f76cd;
Background color
Panel with #8f76cd background
background-color: #8f76cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f76cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 118, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 118, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f76cd; background: linear-gradient(135deg, #8f76cd, #C976CD);