#8340fd
a balanced, electric violet · warm · closest name: blue
RGB
131, 64, 253
HSL
261°, 98%, 62%
CMYK
48, 75, 0, 1
Luminance
0.1558
Every format
| HEX | #8340fd |
| RGB | rgb(131, 64, 253) |
| HSL | hsl(261, 98%, 62%) |
| CMYK | cmyk(48%, 75%, 0%, 1%) |
| LAB | lab(46.4 67.2 -83.1) |
| LCH | lch(46.4 106.9 309.0) |
| OKLCH | oklch(0.568 0.258 292.3) |
Copy-ready code
/* CSS */
color: #8340fd;
background-color: #8340fd;
/* Tailwind (arbitrary) */
class="text-[#8340fd] bg-[#8340fd]"
/* SCSS */
$brand: #8340fd;
/* SwiftUI */
Color(red: 0.514, green: 0.251, blue: 0.992)
/* Android */
Color.parseColor("#8340fd")Accessibility — WCAG contrast
Aa
#8340fd on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8340fd on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green25.1%
Blue99.2%
CMYK percentages
Cyan48.2%
Magenta74.7%
Yellow0.0%
Key (black)0.8%
Color previews
#8340fd text on a black background
contrast 4.12:1
Card sample
#8340fd text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8340fd;
Background color
Panel with #8340fd background
background-color: #8340fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8340fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 64, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 64, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8340fd; background: linear-gradient(135deg, #8340fd, #FD40F9);