#8316df
a balanced, electric violet · warm · closest name: blue
RGB
131, 22, 223
HSL
273°, 82%, 48%
CMYK
41, 90, 0, 13
Luminance
0.1073
Every format
| HEX | #8316df |
| RGB | rgb(131, 22, 223) |
| HSL | hsl(273, 82%, 48%) |
| CMYK | cmyk(41%, 90%, 0%, 13%) |
| LAB | lab(39.1 73.8 -78.1) |
| LCH | lch(39.1 107.5 313.4) |
| OKLCH | oklch(0.510 0.260 300.6) |
Copy-ready code
/* CSS */
color: #8316df;
background-color: #8316df;
/* Tailwind (arbitrary) */
class="text-[#8316df] bg-[#8316df]"
/* SCSS */
$brand: #8316df;
/* SwiftUI */
Color(red: 0.514, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#8316df")Accessibility — WCAG contrast
Aa
#8316df on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8316df on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green8.6%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8316df text on a black background
contrast 3.15:1
Card sample
#8316df text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8316df;
Background color
Panel with #8316df background
background-color: #8316df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8316df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8316df; background: linear-gradient(135deg, #8316df, #DF16B5);