#834fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
131, 79, 223
HSL
262°, 69%, 59%
CMYK
41, 65, 0, 13
Luminance
0.1574
Every format
| HEX | #834fdf |
| RGB | rgb(131, 79, 223) |
| HSL | hsl(262, 69%, 59%) |
| CMYK | cmyk(41%, 65%, 0%, 13%) |
| LAB | lab(46.6 52.4 -65.8) |
| LCH | lch(46.6 84.1 308.5) |
| OKLCH | oklch(0.563 0.208 295.5) |
Copy-ready code
/* CSS */
color: #834fdf;
background-color: #834fdf;
/* Tailwind (arbitrary) */
class="text-[#834fdf] bg-[#834fdf]"
/* SCSS */
$brand: #834fdf;
/* SwiftUI */
Color(red: 0.514, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#834fdf")Accessibility — WCAG contrast
Aa
#834fdf on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#834fdf on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green31.0%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#834fdf text on a black background
contrast 4.15:1
Card sample
#834fdf text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #834fdf;
Background color
Panel with #834fdf background
background-color: #834fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #834fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #834fdf; background: linear-gradient(135deg, #834fdf, #DF4FDB);