#463ab4
a balanced, vivid blue · warm · closest name: slateblue
RGB
70, 58, 180
HSL
246°, 51%, 47%
CMYK
61, 68, 0, 29
Luminance
0.0762
Every format
| HEX | #463ab4 |
| RGB | rgb(70, 58, 180) |
| HSL | hsl(246, 51%, 47%) |
| CMYK | cmyk(61%, 68%, 0%, 29%) |
| LAB | lab(33.2 40.7 -63.1) |
| LCH | lch(33.2 75.1 302.9) |
| OKLCH | oklch(0.441 0.185 280.1) |
Copy-ready code
/* CSS */
color: #463ab4;
background-color: #463ab4;
/* Tailwind (arbitrary) */
class="text-[#463ab4] bg-[#463ab4]"
/* SCSS */
$brand: #463ab4;
/* SwiftUI */
Color(red: 0.275, green: 0.227, blue: 0.706)
/* Android */
Color.parseColor("#463ab4")Accessibility — WCAG contrast
Aa
#463ab4 on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463ab4 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green22.7%
Blue70.6%
CMYK percentages
Cyan61.1%
Magenta67.8%
Yellow0.0%
Key (black)29.4%
Color previews
#463ab4 text on a black background
contrast 2.52:1
Card sample
#463ab4 text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463ab4;
Background color
Panel with #463ab4 background
background-color: #463ab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463ab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 58, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 58, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463ab4; background: linear-gradient(135deg, #463ab4, #973AB4);