#491c80
a dark, vivid violet · warm · closest name: indigo
RGB
73, 28, 128
HSL
267°, 64%, 31%
CMYK
43, 78, 0, 50
Luminance
0.0381
Every format
| HEX | #491c80 |
| RGB | rgb(73, 28, 128) |
| HSL | hsl(267, 64%, 31%) |
| CMYK | cmyk(43%, 78%, 0%, 50%) |
| LAB | lab(23.0 42.0 -47.9) |
| LCH | lch(23.0 63.7 311.2) |
| OKLCH | oklch(0.355 0.156 298.4) |
Copy-ready code
/* CSS */
color: #491c80;
background-color: #491c80;
/* Tailwind (arbitrary) */
class="text-[#491c80] bg-[#491c80]"
/* SCSS */
$brand: #491c80;
/* SwiftUI */
Color(red: 0.286, green: 0.110, blue: 0.502)
/* Android */
Color.parseColor("#491c80")Accessibility — WCAG contrast
Aa
#491c80 on white: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#491c80 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green11.0%
Blue50.2%
CMYK percentages
Cyan43.0%
Magenta78.1%
Yellow0.0%
Key (black)49.8%
Color previews
#491c80 text on a black background
contrast 1.76:1
Card sample
#491c80 text on a white background
contrast 11.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #491c80;
Background color
Panel with #491c80 background
background-color: #491c80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #491c80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 28, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 28, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #491c80; background: linear-gradient(135deg, #491c80, #801C74);