#784fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
120, 79, 223
HSL
257°, 69%, 59%
CMYK
46, 65, 0, 13
Luminance
0.1491
Every format
| HEX | #784fdf |
| RGB | rgb(120, 79, 223) |
| HSL | hsl(257, 69%, 59%) |
| CMYK | cmyk(46%, 65%, 0%, 13%) |
| LAB | lab(45.5 50.3 -67.7) |
| LCH | lch(45.5 84.3 306.6) |
| OKLCH | oklch(0.552 0.208 291.1) |
Copy-ready code
/* CSS */
color: #784fdf;
background-color: #784fdf;
/* Tailwind (arbitrary) */
class="text-[#784fdf] bg-[#784fdf]"
/* SCSS */
$brand: #784fdf;
/* SwiftUI */
Color(red: 0.471, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#784fdf")Accessibility — WCAG contrast
Aa
#784fdf on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#784fdf on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green31.0%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#784fdf text on a black background
contrast 3.98:1
Card sample
#784fdf text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #784fdf;
Background color
Panel with #784fdf background
background-color: #784fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #784fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #784fdf; background: linear-gradient(135deg, #784fdf, #D84FDF);