#833fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
131, 63, 223
HSL
266°, 71%, 56%
CMYK
41, 72, 0, 13
Luminance
0.1371
Every format
| HEX | #833fdf |
| RGB | rgb(131, 63, 223) |
| HSL | hsl(266, 71%, 56%) |
| CMYK | cmyk(41%, 72%, 0%, 13%) |
| LAB | lab(43.8 60.2 -70.4) |
| LCH | lch(43.8 92.7 310.5) |
| OKLCH | oklch(0.542 0.227 297.6) |
Copy-ready code
/* CSS */
color: #833fdf;
background-color: #833fdf;
/* Tailwind (arbitrary) */
class="text-[#833fdf] bg-[#833fdf]"
/* SCSS */
$brand: #833fdf;
/* SwiftUI */
Color(red: 0.514, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#833fdf")Accessibility — WCAG contrast
Aa
#833fdf on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#833fdf on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green24.7%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#833fdf text on a black background
contrast 3.74:1
Card sample
#833fdf text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #833fdf;
Background color
Panel with #833fdf background
background-color: #833fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #833fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #833fdf; background: linear-gradient(135deg, #833fdf, #DF3FD0);