#491f65
a dark, vivid violet · warm · closest name: midnightblue
RGB
73, 31, 101
HSL
276°, 53%, 26%
CMYK
28, 69, 0, 60
Luminance
0.0334
Every format
| HEX | #491f65 |
| RGB | rgb(73, 31, 101) |
| HSL | hsl(276, 53%, 26%) |
| CMYK | cmyk(28%, 69%, 0%, 60%) |
| LAB | lab(21.3 33.4 -33.2) |
| LCH | lch(21.3 47.1 315.2) |
| OKLCH | oklch(0.337 0.121 308.9) |
Copy-ready code
/* CSS */
color: #491f65;
background-color: #491f65;
/* Tailwind (arbitrary) */
class="text-[#491f65] bg-[#491f65]"
/* SCSS */
$brand: #491f65;
/* SwiftUI */
Color(red: 0.286, green: 0.122, blue: 0.396)
/* Android */
Color.parseColor("#491f65")Accessibility — WCAG contrast
Aa
#491f65 on white: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#491f65 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green12.2%
Blue39.6%
CMYK percentages
Cyan27.7%
Magenta69.3%
Yellow0.0%
Key (black)60.4%
Color previews
#491f65 text on a black background
contrast 1.67:1
Card sample
#491f65 text on a white background
contrast 12.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #491f65;
Background color
Panel with #491f65 background
background-color: #491f65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #491f65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 31, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 31, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #491f65; background: linear-gradient(135deg, #491f65, #651F52);