#8317fc
a balanced, electric violet · warm · closest name: blue
RGB
131, 23, 252
HSL
268°, 97%, 54%
CMYK
48, 91, 0, 1
Luminance
0.1247
Every format
| HEX | #8317fc |
| RGB | rgb(131, 23, 252) |
| HSL | hsl(268, 97%, 54%) |
| CMYK | cmyk(48%, 91%, 0%, 1%) |
| LAB | lab(42.0 79.8 -89.9) |
| LCH | lch(42.0 120.2 311.6) |
| OKLCH | oklch(0.537 0.285 294.9) |
Copy-ready code
/* CSS */
color: #8317fc;
background-color: #8317fc;
/* Tailwind (arbitrary) */
class="text-[#8317fc] bg-[#8317fc]"
/* SCSS */
$brand: #8317fc;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.988)
/* Android */
Color.parseColor("#8317fc")Accessibility — WCAG contrast
Aa
#8317fc on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8317fc on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue98.8%
CMYK percentages
Cyan48.0%
Magenta90.9%
Yellow0.0%
Key (black)1.2%
Color previews
#8317fc text on a black background
contrast 3.49:1
Card sample
#8317fc text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8317fc;
Background color
Panel with #8317fc background
background-color: #8317fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8317fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8317fc; background: linear-gradient(135deg, #8317fc, #FC17DC);