#792baf
a dark, vivid violet · warm · closest name: indigo
RGB
121, 43, 175
HSL
276°, 61%, 43%
CMYK
31, 75, 0, 31
Luminance
0.0889
Every format
| HEX | #792baf |
| RGB | rgb(121, 43, 175) |
| HSL | hsl(276, 61%, 43%) |
| CMYK | cmyk(31%, 75%, 0%, 31%) |
| LAB | lab(35.8 55.7 -55.6) |
| LCH | lch(35.8 78.7 315.0) |
| OKLCH | oklch(0.471 0.198 307.1) |
Copy-ready code
/* CSS */
color: #792baf;
background-color: #792baf;
/* Tailwind (arbitrary) */
class="text-[#792baf] bg-[#792baf]"
/* SCSS */
$brand: #792baf;
/* SwiftUI */
Color(red: 0.475, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#792baf")Accessibility — WCAG contrast
Aa
#792baf on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#792baf on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green16.9%
Blue68.6%
CMYK percentages
Cyan30.9%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#792baf text on a black background
contrast 2.78:1
Card sample
#792baf text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #792baf;
Background color
Panel with #792baf background
background-color: #792baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #792baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #792baf; background: linear-gradient(135deg, #792baf, #AF2B8D);