#792fad
a dark, vivid violet · warm · closest name: indigo
RGB
121, 47, 173
HSL
275°, 57%, 43%
CMYK
30, 73, 0, 32
Luminance
0.0912
Every format
| HEX | #792fad |
| RGB | rgb(121, 47, 173) |
| HSL | hsl(275, 57%, 43%) |
| CMYK | cmyk(30%, 73%, 0%, 32%) |
| LAB | lab(36.2 53.6 -53.7) |
| LCH | lch(36.2 75.9 314.9) |
| OKLCH | oklch(0.474 0.192 307.3) |
Copy-ready code
/* CSS */
color: #792fad;
background-color: #792fad;
/* Tailwind (arbitrary) */
class="text-[#792fad] bg-[#792fad]"
/* SCSS */
$brand: #792fad;
/* SwiftUI */
Color(red: 0.475, green: 0.184, blue: 0.678)
/* Android */
Color.parseColor("#792fad")Accessibility — WCAG contrast
Aa
#792fad on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#792fad on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green18.4%
Blue67.8%
CMYK percentages
Cyan30.1%
Magenta72.8%
Yellow0.0%
Key (black)32.2%
Color previews
#792fad text on a black background
contrast 2.82:1
Card sample
#792fad text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #792fad;
Background color
Panel with #792fad background
background-color: #792fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #792fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 47, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 47, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #792fad; background: linear-gradient(135deg, #792fad, #AD2F8D);