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