#493a92
a dark, soft blue · warm · closest name: midnightblue
RGB
73, 58, 146
HSL
250°, 43%, 40%
CMYK
50, 60, 0, 43
Luminance
0.0652
Every format
| HEX | #493a92 |
| RGB | rgb(73, 58, 146) |
| HSL | hsl(250, 43%, 40%) |
| CMYK | cmyk(50%, 60%, 0%, 43%) |
| LAB | lab(30.7 30.4 -46.6) |
| LCH | lch(30.7 55.7 303.1) |
| OKLCH | oklch(0.415 0.139 286.5) |
Copy-ready code
/* CSS */
color: #493a92;
background-color: #493a92;
/* Tailwind (arbitrary) */
class="text-[#493a92] bg-[#493a92]"
/* SCSS */
$brand: #493a92;
/* SwiftUI */
Color(red: 0.286, green: 0.227, blue: 0.573)
/* Android */
Color.parseColor("#493a92")Accessibility — WCAG contrast
Aa
#493a92 on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#493a92 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green22.7%
Blue57.3%
CMYK percentages
Cyan50.0%
Magenta60.3%
Yellow0.0%
Key (black)42.7%
Color previews
#493a92 text on a black background
contrast 2.30:1
Card sample
#493a92 text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #493a92;
Background color
Panel with #493a92 background
background-color: #493a92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #493a92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 58, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 58, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #493a92; background: linear-gradient(135deg, #493a92, #843A92);