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