#8318be
a dark, electric violet · warm · closest name: indigo
RGB
131, 24, 190
HSL
279°, 78%, 42%
CMYK
31, 87, 0, 26
Luminance
0.0920
Every format
| HEX | #8318be |
| RGB | rgb(131, 24, 190) |
| HSL | hsl(279, 78%, 42%) |
| CMYK | cmyk(31%, 87%, 0%, 26%) |
| LAB | lab(36.4 66.6 -63.5) |
| LCH | lch(36.4 92.0 316.4) |
| OKLCH | oklch(0.482 0.231 308.4) |
Copy-ready code
/* CSS */
color: #8318be;
background-color: #8318be;
/* Tailwind (arbitrary) */
class="text-[#8318be] bg-[#8318be]"
/* SCSS */
$brand: #8318be;
/* SwiftUI */
Color(red: 0.514, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#8318be")Accessibility — WCAG contrast
Aa
#8318be on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8318be on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.4%
Blue74.5%
CMYK percentages
Cyan31.1%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#8318be text on a black background
contrast 2.84:1
Card sample
#8318be text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8318be;
Background color
Panel with #8318be background
background-color: #8318be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8318be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8318be; background: linear-gradient(135deg, #8318be, #BE188A);