#784cd2
a balanced, vivid violet · warm · closest name: slateblue
RGB
120, 76, 210
HSL
260°, 60%, 56%
CMYK
43, 64, 0, 18
Luminance
0.1382
Every format
| HEX | #784cd2 |
| RGB | rgb(120, 76, 210) |
| HSL | hsl(260, 60%, 56%) |
| CMYK | cmyk(43%, 64%, 0%, 18%) |
| LAB | lab(44.0 48.3 -62.8) |
| LCH | lch(44.0 79.3 307.6) |
| OKLCH | oklch(0.538 0.196 293.9) |
Copy-ready code
/* CSS */
color: #784cd2;
background-color: #784cd2;
/* Tailwind (arbitrary) */
class="text-[#784cd2] bg-[#784cd2]"
/* SCSS */
$brand: #784cd2;
/* SwiftUI */
Color(red: 0.471, green: 0.298, blue: 0.824)
/* Android */
Color.parseColor("#784cd2")Accessibility — WCAG contrast
Aa
#784cd2 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#784cd2 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green29.8%
Blue82.4%
CMYK percentages
Cyan42.9%
Magenta63.8%
Yellow0.0%
Key (black)17.6%
Color previews
#784cd2 text on a black background
contrast 3.76:1
Card sample
#784cd2 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #784cd2;
Background color
Panel with #784cd2 background
background-color: #784cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #784cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 76, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 76, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #784cd2; background: linear-gradient(135deg, #784cd2, #D14CD2);