#790ac0
a dark, electric violet · warm · closest name: indigo
RGB
121, 10, 192
HSL
277°, 90%, 40%
CMYK
37, 95, 0, 25
Luminance
0.0809
Every format
| HEX | #790ac0 |
| RGB | rgb(121, 10, 192) |
| HSL | hsl(277, 90%, 40%) |
| CMYK | cmyk(37%, 95%, 0%, 25%) |
| LAB | lab(34.2 68.3 -68.3) |
| LCH | lch(34.2 96.6 315.0) |
| OKLCH | oklch(0.465 0.237 304.5) |
Copy-ready code
/* CSS */
color: #790ac0;
background-color: #790ac0;
/* Tailwind (arbitrary) */
class="text-[#790ac0] bg-[#790ac0]"
/* SCSS */
$brand: #790ac0;
/* SwiftUI */
Color(red: 0.475, green: 0.039, blue: 0.753)
/* Android */
Color.parseColor("#790ac0")Accessibility — WCAG contrast
Aa
#790ac0 on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790ac0 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green3.9%
Blue75.3%
CMYK percentages
Cyan37.0%
Magenta94.8%
Yellow0.0%
Key (black)24.7%
Color previews
#790ac0 text on a black background
contrast 2.62:1
Card sample
#790ac0 text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790ac0;
Background color
Panel with #790ac0 background
background-color: #790ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 10, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 10, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790ac0; background: linear-gradient(135deg, #790ac0, #C00A8E);