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