#8f47cd
a balanced, vivid violet · warm · closest name: slateblue
RGB
143, 71, 205
HSL
272°, 57%, 54%
CMYK
30, 65, 0, 20
Luminance
0.1475
Every format
| HEX | #8f47cd |
| RGB | rgb(143, 71, 205) |
| HSL | hsl(272, 57%, 54%) |
| CMYK | cmyk(30%, 65%, 0%, 20%) |
| LAB | lab(45.3 54.4 -57.6) |
| LCH | lch(45.3 79.3 313.4) |
| OKLCH | oklch(0.552 0.201 305.4) |
Copy-ready code
/* CSS */
color: #8f47cd;
background-color: #8f47cd;
/* Tailwind (arbitrary) */
class="text-[#8f47cd] bg-[#8f47cd]"
/* SCSS */
$brand: #8f47cd;
/* SwiftUI */
Color(red: 0.561, green: 0.278, blue: 0.804)
/* Android */
Color.parseColor("#8f47cd")Accessibility — WCAG contrast
Aa
#8f47cd on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f47cd on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green27.8%
Blue80.4%
CMYK percentages
Cyan30.2%
Magenta65.4%
Yellow0.0%
Key (black)19.6%
Color previews
#8f47cd text on a black background
contrast 3.95:1
Card sample
#8f47cd text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f47cd;
Background color
Panel with #8f47cd background
background-color: #8f47cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f47cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 71, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 71, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f47cd; background: linear-gradient(135deg, #8f47cd, #CD47B2);