#8f29ba
a dark, vivid violet · warm · closest name: purple
RGB
143, 41, 186
HSL
282°, 64%, 45%
CMYK
23, 78, 0, 27
Luminance
0.1097
Every format
| HEX | #8f29ba |
| RGB | rgb(143, 41, 186) |
| HSL | hsl(282, 64%, 45%) |
| CMYK | cmyk(23%, 78%, 0%, 27%) |
| LAB | lab(39.5 62.8 -55.9) |
| LCH | lch(39.5 84.1 318.3) |
| OKLCH | oklch(0.507 0.217 313.2) |
Copy-ready code
/* CSS */
color: #8f29ba;
background-color: #8f29ba;
/* Tailwind (arbitrary) */
class="text-[#8f29ba] bg-[#8f29ba]"
/* SCSS */
$brand: #8f29ba;
/* SwiftUI */
Color(red: 0.561, green: 0.161, blue: 0.729)
/* Android */
Color.parseColor("#8f29ba")Accessibility — WCAG contrast
Aa
#8f29ba on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f29ba on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green16.1%
Blue72.9%
CMYK percentages
Cyan23.1%
Magenta78.0%
Yellow0.0%
Key (black)27.1%
Color previews
#8f29ba text on a black background
contrast 3.19:1
Card sample
#8f29ba text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f29ba;
Background color
Panel with #8f29ba background
background-color: #8f29ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f29ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 41, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 41, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f29ba; background: linear-gradient(135deg, #8f29ba, #BA2984);