#8f3eb6
a balanced, vivid violet · warm · closest name: purple
RGB
143, 62, 182
HSL
281°, 49%, 48%
CMYK
21, 66, 0, 29
Luminance
0.1266
Every format
| HEX | #8f3eb6 |
| RGB | rgb(143, 62, 182) |
| HSL | hsl(281, 49%, 48%) |
| CMYK | cmyk(21%, 66%, 0%, 29%) |
| LAB | lab(42.3 53.5 -49.2) |
| LCH | lch(42.3 72.7 317.4) |
| OKLCH | oklch(0.525 0.189 312.8) |
Copy-ready code
/* CSS */
color: #8f3eb6;
background-color: #8f3eb6;
/* Tailwind (arbitrary) */
class="text-[#8f3eb6] bg-[#8f3eb6]"
/* SCSS */
$brand: #8f3eb6;
/* SwiftUI */
Color(red: 0.561, green: 0.243, blue: 0.714)
/* Android */
Color.parseColor("#8f3eb6")Accessibility — WCAG contrast
Aa
#8f3eb6 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f3eb6 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green24.3%
Blue71.4%
CMYK percentages
Cyan21.4%
Magenta65.9%
Yellow0.0%
Key (black)28.6%
Color previews
#8f3eb6 text on a black background
contrast 3.53:1
Card sample
#8f3eb6 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f3eb6;
Background color
Panel with #8f3eb6 background
background-color: #8f3eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f3eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 62, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 62, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f3eb6; background: linear-gradient(135deg, #8f3eb6, #B63E8D);