#8f3eb8
a balanced, vivid violet · warm · closest name: purple
RGB
143, 62, 184
HSL
280°, 50%, 48%
CMYK
22, 66, 0, 28
Luminance
0.1275
Every format
| HEX | #8f3eb8 |
| RGB | rgb(143, 62, 184) |
| HSL | hsl(280, 50%, 48%) |
| CMYK | cmyk(22%, 66%, 0%, 28%) |
| LAB | lab(42.4 54.0 -50.1) |
| LCH | lch(42.4 73.7 317.1) |
| OKLCH | oklch(0.527 0.191 312.2) |
Copy-ready code
/* CSS */
color: #8f3eb8;
background-color: #8f3eb8;
/* Tailwind (arbitrary) */
class="text-[#8f3eb8] bg-[#8f3eb8]"
/* SCSS */
$brand: #8f3eb8;
/* SwiftUI */
Color(red: 0.561, green: 0.243, blue: 0.722)
/* Android */
Color.parseColor("#8f3eb8")Accessibility — WCAG contrast
Aa
#8f3eb8 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f3eb8 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green24.3%
Blue72.2%
CMYK percentages
Cyan22.3%
Magenta66.3%
Yellow0.0%
Key (black)27.8%
Color previews
#8f3eb8 text on a black background
contrast 3.55:1
Card sample
#8f3eb8 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f3eb8;
Background color
Panel with #8f3eb8 background
background-color: #8f3eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f3eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 62, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 62, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f3eb8; background: linear-gradient(135deg, #8f3eb8, #B83E90);