#8313df
a balanced, electric violet · warm · closest name: blue
RGB
131, 19, 223
HSL
273°, 84%, 48%
CMYK
41, 92, 0, 13
Luminance
0.1062
Every format
| HEX | #8313df |
| RGB | rgb(131, 19, 223) |
| HSL | hsl(273, 84%, 48%) |
| CMYK | cmyk(41%, 92%, 0%, 13%) |
| LAB | lab(38.9 74.4 -78.4) |
| LCH | lch(38.9 108.1 313.5) |
| OKLCH | oklch(0.509 0.261 300.7) |
Copy-ready code
/* CSS */
color: #8313df;
background-color: #8313df;
/* Tailwind (arbitrary) */
class="text-[#8313df] bg-[#8313df]"
/* SCSS */
$brand: #8313df;
/* SwiftUI */
Color(red: 0.514, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#8313df")Accessibility — WCAG contrast
Aa
#8313df on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8313df on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green7.5%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8313df text on a black background
contrast 3.12:1
Card sample
#8313df text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8313df;
Background color
Panel with #8313df background
background-color: #8313df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8313df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8313df; background: linear-gradient(135deg, #8313df, #DF13B3);