#8317ef
a balanced, electric violet · warm · closest name: blue
RGB
131, 23, 239
HSL
270°, 87%, 51%
CMYK
45, 90, 0, 6
Luminance
0.1167
Every format
| HEX | #8317ef |
| RGB | rgb(131, 23, 239) |
| HSL | hsl(270, 87%, 51%) |
| CMYK | cmyk(45%, 90%, 0%, 6%) |
| LAB | lab(40.7 77.0 -84.7) |
| LCH | lch(40.7 114.5 312.3) |
| OKLCH | oklch(0.525 0.273 297.3) |
Copy-ready code
/* CSS */
color: #8317ef;
background-color: #8317ef;
/* Tailwind (arbitrary) */
class="text-[#8317ef] bg-[#8317ef]"
/* SCSS */
$brand: #8317ef;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.937)
/* Android */
Color.parseColor("#8317ef")Accessibility — WCAG contrast
Aa
#8317ef on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8317ef on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue93.7%
CMYK percentages
Cyan45.2%
Magenta90.4%
Yellow0.0%
Key (black)6.3%
Color previews
#8317ef text on a black background
contrast 3.33:1
Card sample
#8317ef text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8317ef;
Background color
Panel with #8317ef background
background-color: #8317ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8317ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8317ef; background: linear-gradient(135deg, #8317ef, #EF17CB);