#493b67
a dark, soft violet · warm · closest name: midnightblue
RGB
73, 59, 103
HSL
259°, 27%, 32%
CMYK
29, 43, 0, 60
Luminance
0.0552
Every format
| HEX | #493b67 |
| RGB | rgb(73, 59, 103) |
| HSL | hsl(259, 27%, 32%) |
| CMYK | cmyk(29%, 43%, 0%, 60%) |
| LAB | lab(28.2 16.7 -23.7) |
| LCH | lch(28.2 29.0 305.3) |
| OKLCH | oklch(0.388 0.074 297.5) |
Copy-ready code
/* CSS */
color: #493b67;
background-color: #493b67;
/* Tailwind (arbitrary) */
class="text-[#493b67] bg-[#493b67]"
/* SCSS */
$brand: #493b67;
/* SwiftUI */
Color(red: 0.286, green: 0.231, blue: 0.404)
/* Android */
Color.parseColor("#493b67")Accessibility — WCAG contrast
Aa
#493b67 on white: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#493b67 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green23.1%
Blue40.4%
CMYK percentages
Cyan29.1%
Magenta42.7%
Yellow0.0%
Key (black)59.6%
Color previews
#493b67 text on a black background
contrast 2.10:1
Card sample
#493b67 text on a white background
contrast 9.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #493b67;
Background color
Panel with #493b67 background
background-color: #493b67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #493b67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 59, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 59, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #493b67; background: linear-gradient(135deg, #493b67, #663B67);