#8f2abd
a balanced, vivid violet · warm · closest name: indigo
RGB
143, 42, 189
HSL
281°, 64%, 45%
CMYK
24, 78, 0, 26
Luminance
0.1117
Every format
| HEX | #8f2abd |
| RGB | rgb(143, 42, 189) |
| HSL | hsl(281, 64%, 45%) |
| CMYK | cmyk(24%, 78%, 0%, 26%) |
| LAB | lab(39.9 63.1 -57.1) |
| LCH | lch(39.9 85.1 317.8) |
| OKLCH | oklch(0.510 0.219 312.3) |
Copy-ready code
/* CSS */
color: #8f2abd;
background-color: #8f2abd;
/* Tailwind (arbitrary) */
class="text-[#8f2abd] bg-[#8f2abd]"
/* SCSS */
$brand: #8f2abd;
/* SwiftUI */
Color(red: 0.561, green: 0.165, blue: 0.741)
/* Android */
Color.parseColor("#8f2abd")Accessibility — WCAG contrast
Aa
#8f2abd on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f2abd on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green16.5%
Blue74.1%
CMYK percentages
Cyan24.3%
Magenta77.8%
Yellow0.0%
Key (black)25.9%
Color previews
#8f2abd text on a black background
contrast 3.23:1
Card sample
#8f2abd text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f2abd;
Background color
Panel with #8f2abd background
background-color: #8f2abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f2abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 42, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 42, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f2abd; background: linear-gradient(135deg, #8f2abd, #BD2A89);