#790097
a dark, electric violet · warm · closest name: purple
RGB
121, 0, 151
HSL
288°, 100%, 30%
CMYK
20, 100, 0, 41
Luminance
0.0630
Every format
| HEX | #790097 |
| RGB | rgb(121, 0, 151) |
| HSL | hsl(288, 100%, 30%) |
| CMYK | cmyk(20%, 100%, 0%, 41%) |
| LAB | lab(30.2 61.7 -50.2) |
| LCH | lch(30.2 79.6 320.9) |
| OKLCH | oklch(0.426 0.208 316.9) |
Copy-ready code
/* CSS */
color: #790097;
background-color: #790097;
/* Tailwind (arbitrary) */
class="text-[#790097] bg-[#790097]"
/* SCSS */
$brand: #790097;
/* SwiftUI */
Color(red: 0.475, green: 0.000, blue: 0.592)
/* Android */
Color.parseColor("#790097")Accessibility — WCAG contrast
Aa
#790097 on white: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790097 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green0.0%
Blue59.2%
CMYK percentages
Cyan19.9%
Magenta100.0%
Yellow0.0%
Key (black)40.8%
Color previews
#790097 text on a black background
contrast 2.26:1
Card sample
#790097 text on a white background
contrast 9.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790097;
Background color
Panel with #790097 background
background-color: #790097;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790097;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 0, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 0, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790097; background: linear-gradient(135deg, #790097, #970050);