#8f30be
a balanced, vivid violet · warm · closest name: indigo
RGB
143, 48, 190
HSL
280°, 60%, 47%
CMYK
25, 75, 0, 26
Luminance
0.1167
Every format
| HEX | #8f30be |
| RGB | rgb(143, 48, 190) |
| HSL | hsl(280, 60%, 47%) |
| CMYK | cmyk(25%, 75%, 0%, 26%) |
| LAB | lab(40.7 61.1 -56.4) |
| LCH | lch(40.7 83.2 317.3) |
| OKLCH | oklch(0.516 0.213 311.6) |
Copy-ready code
/* CSS */
color: #8f30be;
background-color: #8f30be;
/* Tailwind (arbitrary) */
class="text-[#8f30be] bg-[#8f30be]"
/* SCSS */
$brand: #8f30be;
/* SwiftUI */
Color(red: 0.561, green: 0.188, blue: 0.745)
/* Android */
Color.parseColor("#8f30be")Accessibility — WCAG contrast
Aa
#8f30be on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f30be on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green18.8%
Blue74.5%
CMYK percentages
Cyan24.7%
Magenta74.7%
Yellow0.0%
Key (black)25.5%
Color previews
#8f30be text on a black background
contrast 3.33:1
Card sample
#8f30be text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f30be;
Background color
Panel with #8f30be background
background-color: #8f30be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f30be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 48, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 48, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f30be; background: linear-gradient(135deg, #8f30be, #BE308F);