#790ac3
a dark, electric violet · warm · closest name: indigo
RGB
121, 10, 195
HSL
276°, 90%, 40%
CMYK
38, 95, 0, 24
Luminance
0.0822
Every format
| HEX | #790ac3 |
| RGB | rgb(121, 10, 195) |
| HSL | hsl(276, 90%, 40%) |
| CMYK | cmyk(38%, 95%, 0%, 24%) |
| LAB | lab(34.4 68.9 -69.6) |
| LCH | lch(34.4 97.9 314.7) |
| OKLCH | oklch(0.467 0.239 303.7) |
Copy-ready code
/* CSS */
color: #790ac3;
background-color: #790ac3;
/* Tailwind (arbitrary) */
class="text-[#790ac3] bg-[#790ac3]"
/* SCSS */
$brand: #790ac3;
/* SwiftUI */
Color(red: 0.475, green: 0.039, blue: 0.765)
/* Android */
Color.parseColor("#790ac3")Accessibility — WCAG contrast
Aa
#790ac3 on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790ac3 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green3.9%
Blue76.5%
CMYK percentages
Cyan37.9%
Magenta94.9%
Yellow0.0%
Key (black)23.5%
Color previews
#790ac3 text on a black background
contrast 2.64:1
Card sample
#790ac3 text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790ac3;
Background color
Panel with #790ac3 background
background-color: #790ac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790ac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 10, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 10, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790ac3; background: linear-gradient(135deg, #790ac3, #C30A92);