#793fd1
a balanced, vivid violet · warm · closest name: slateblue
RGB
121, 63, 209
HSL
264°, 61%, 53%
CMYK
42, 70, 0, 18
Luminance
0.1222
Every format
| HEX | #793fd1 |
| RGB | rgb(121, 63, 209) |
| HSL | hsl(264, 61%, 53%) |
| CMYK | cmyk(42%, 70%, 0%, 18%) |
| LAB | lab(41.6 54.9 -66.1) |
| LCH | lch(41.6 86.0 309.7) |
| OKLCH | oklch(0.521 0.211 296.5) |
Copy-ready code
/* CSS */
color: #793fd1;
background-color: #793fd1;
/* Tailwind (arbitrary) */
class="text-[#793fd1] bg-[#793fd1]"
/* SCSS */
$brand: #793fd1;
/* SwiftUI */
Color(red: 0.475, green: 0.247, blue: 0.820)
/* Android */
Color.parseColor("#793fd1")Accessibility — WCAG contrast
Aa
#793fd1 on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#793fd1 on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green24.7%
Blue82.0%
CMYK percentages
Cyan42.1%
Magenta69.9%
Yellow0.0%
Key (black)18.0%
Color previews
#793fd1 text on a black background
contrast 3.44:1
Card sample
#793fd1 text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #793fd1;
Background color
Panel with #793fd1 background
background-color: #793fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #793fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 63, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 63, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #793fd1; background: linear-gradient(135deg, #793fd1, #D13FC8);