#784dcd
a balanced, vivid violet · warm · closest name: slateblue
RGB
120, 77, 205
HSL
260°, 56%, 55%
CMYK
42, 62, 0, 20
Luminance
0.1371
Every format
| HEX | #784dcd |
| RGB | rgb(120, 77, 205) |
| HSL | hsl(260, 56%, 55%) |
| CMYK | cmyk(42%, 62%, 0%, 20%) |
| LAB | lab(43.8 46.5 -60.2) |
| LCH | lch(43.8 76.0 307.7) |
| OKLCH | oklch(0.535 0.189 294.6) |
Copy-ready code
/* CSS */
color: #784dcd;
background-color: #784dcd;
/* Tailwind (arbitrary) */
class="text-[#784dcd] bg-[#784dcd]"
/* SCSS */
$brand: #784dcd;
/* SwiftUI */
Color(red: 0.471, green: 0.302, blue: 0.804)
/* Android */
Color.parseColor("#784dcd")Accessibility — WCAG contrast
Aa
#784dcd on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#784dcd on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green30.2%
Blue80.4%
CMYK percentages
Cyan41.5%
Magenta62.4%
Yellow0.0%
Key (black)19.6%
Color previews
#784dcd text on a black background
contrast 3.74:1
Card sample
#784dcd text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #784dcd;
Background color
Panel with #784dcd background
background-color: #784dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #784dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 77, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 77, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #784dcd; background: linear-gradient(135deg, #784dcd, #CD4DCD);