#8f2bab
a dark, vivid violet · warm · closest name: purple
RGB
143, 43, 171
HSL
287°, 60%, 42%
CMYK
16, 75, 0, 33
Luminance
0.1051
Every format
| HEX | #8f2bab |
| RGB | rgb(143, 43, 171) |
| HSL | hsl(287, 60%, 42%) |
| CMYK | cmyk(16%, 75%, 0%, 33%) |
| LAB | lab(38.7 59.1 -48.3) |
| LCH | lch(38.7 76.3 320.8) |
| OKLCH | oklch(0.498 0.202 317.7) |
Copy-ready code
/* CSS */
color: #8f2bab;
background-color: #8f2bab;
/* Tailwind (arbitrary) */
class="text-[#8f2bab] bg-[#8f2bab]"
/* SCSS */
$brand: #8f2bab;
/* SwiftUI */
Color(red: 0.561, green: 0.169, blue: 0.671)
/* Android */
Color.parseColor("#8f2bab")Accessibility — WCAG contrast
Aa
#8f2bab on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f2bab on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green16.9%
Blue67.1%
CMYK percentages
Cyan16.4%
Magenta74.9%
Yellow0.0%
Key (black)32.9%
Color previews
#8f2bab text on a black background
contrast 3.10:1
Card sample
#8f2bab text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f2bab;
Background color
Panel with #8f2bab background
background-color: #8f2bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f2bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 43, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 43, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f2bab; background: linear-gradient(135deg, #8f2bab, #AB2B72);