#493dbb
a balanced, vivid blue · warm · closest name: slateblue
RGB
73, 61, 187
HSL
246°, 51%, 49%
CMYK
61, 67, 0, 27
Luminance
0.0834
Every format
| HEX | #493dbb |
| RGB | rgb(73, 61, 187) |
| HSL | hsl(246, 51%, 49%) |
| CMYK | cmyk(61%, 67%, 0%, 27%) |
| LAB | lab(34.7 41.7 -64.7) |
| LCH | lch(34.7 77.0 302.8) |
| OKLCH | oklch(0.455 0.189 280.0) |
Copy-ready code
/* CSS */
color: #493dbb;
background-color: #493dbb;
/* Tailwind (arbitrary) */
class="text-[#493dbb] bg-[#493dbb]"
/* SCSS */
$brand: #493dbb;
/* SwiftUI */
Color(red: 0.286, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#493dbb")Accessibility — WCAG contrast
Aa
#493dbb on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#493dbb on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green23.9%
Blue73.3%
CMYK percentages
Cyan61.0%
Magenta67.4%
Yellow0.0%
Key (black)26.7%
Color previews
#493dbb text on a black background
contrast 2.67:1
Card sample
#493dbb text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #493dbb;
Background color
Panel with #493dbb background
background-color: #493dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #493dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #493dbb; background: linear-gradient(135deg, #493dbb, #9D3DBB);