#8317f3
a balanced, electric violet · warm · closest name: blue
RGB
131, 23, 243
HSL
270°, 90%, 52%
CMYK
46, 91, 0, 5
Luminance
0.1191
Every format
| HEX | #8317f3 |
| RGB | rgb(131, 23, 243) |
| HSL | hsl(270, 90%, 52%) |
| CMYK | cmyk(46%, 91%, 0%, 5%) |
| LAB | lab(41.1 77.9 -86.3) |
| LCH | lch(41.1 116.2 312.1) |
| OKLCH | oklch(0.529 0.277 296.6) |
Copy-ready code
/* CSS */
color: #8317f3;
background-color: #8317f3;
/* Tailwind (arbitrary) */
class="text-[#8317f3] bg-[#8317f3]"
/* SCSS */
$brand: #8317f3;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.953)
/* Android */
Color.parseColor("#8317f3")Accessibility — WCAG contrast
Aa
#8317f3 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8317f3 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue95.3%
CMYK percentages
Cyan46.1%
Magenta90.5%
Yellow0.0%
Key (black)4.7%
Color previews
#8317f3 text on a black background
contrast 3.38:1
Card sample
#8317f3 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8317f3;
Background color
Panel with #8317f3 background
background-color: #8317f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8317f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8317f3; background: linear-gradient(135deg, #8317f3, #F317D0);