#783fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
120, 63, 223
HSL
261°, 71%, 56%
CMYK
46, 72, 0, 13
Luminance
0.1288
Every format
| HEX | #783fdf |
| RGB | rgb(120, 63, 223) |
| HSL | hsl(261, 71%, 56%) |
| CMYK | cmyk(46%, 72%, 0%, 13%) |
| LAB | lab(42.6 58.4 -72.5) |
| LCH | lch(42.6 93.1 308.8) |
| OKLCH | oklch(0.531 0.227 293.4) |
Copy-ready code
/* CSS */
color: #783fdf;
background-color: #783fdf;
/* Tailwind (arbitrary) */
class="text-[#783fdf] bg-[#783fdf]"
/* SCSS */
$brand: #783fdf;
/* SwiftUI */
Color(red: 0.471, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#783fdf")Accessibility — WCAG contrast
Aa
#783fdf on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#783fdf on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green24.7%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#783fdf text on a black background
contrast 3.58:1
Card sample
#783fdf text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #783fdf;
Background color
Panel with #783fdf background
background-color: #783fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #783fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #783fdf; background: linear-gradient(135deg, #783fdf, #DF3FDB);