#8312cf
a dark, electric violet · warm · closest name: indigo
RGB
131, 18, 207
HSL
276°, 84%, 44%
CMYK
37, 91, 0, 19
Luminance
0.0976
Every format
| HEX | #8312cf |
| RGB | rgb(131, 18, 207) |
| HSL | hsl(276, 84%, 44%) |
| CMYK | cmyk(37%, 91%, 0%, 19%) |
| LAB | lab(37.4 71.3 -71.7) |
| LCH | lch(37.4 101.1 314.8) |
| OKLCH | oklch(0.494 0.248 304.4) |
Copy-ready code
/* CSS */
color: #8312cf;
background-color: #8312cf;
/* Tailwind (arbitrary) */
class="text-[#8312cf] bg-[#8312cf]"
/* SCSS */
$brand: #8312cf;
/* SwiftUI */
Color(red: 0.514, green: 0.071, blue: 0.812)
/* Android */
Color.parseColor("#8312cf")Accessibility — WCAG contrast
Aa
#8312cf on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8312cf on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green7.1%
Blue81.2%
CMYK percentages
Cyan36.7%
Magenta91.3%
Yellow0.0%
Key (black)18.8%
Color previews
#8312cf text on a black background
contrast 2.95:1
Card sample
#8312cf text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8312cf;
Background color
Panel with #8312cf background
background-color: #8312cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8312cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 18, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 18, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8312cf; background: linear-gradient(135deg, #8312cf, #CF129D);