#463eb2
a balanced, vivid blue · warm · closest name: slateblue
RGB
70, 62, 178
HSL
244°, 48%, 47%
CMYK
61, 65, 0, 30
Luminance
0.0796
Every format
| HEX | #463eb2 |
| RGB | rgb(70, 62, 178) |
| HSL | hsl(244, 48%, 47%) |
| CMYK | cmyk(61%, 65%, 0%, 30%) |
| LAB | lab(33.9 37.7 -60.7) |
| LCH | lch(33.9 71.5 301.8) |
| OKLCH | oklch(0.446 0.177 279.5) |
Copy-ready code
/* CSS */
color: #463eb2;
background-color: #463eb2;
/* Tailwind (arbitrary) */
class="text-[#463eb2] bg-[#463eb2]"
/* SCSS */
$brand: #463eb2;
/* SwiftUI */
Color(red: 0.275, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#463eb2")Accessibility — WCAG contrast
Aa
#463eb2 on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463eb2 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green24.3%
Blue69.8%
CMYK percentages
Cyan60.7%
Magenta65.2%
Yellow0.0%
Key (black)30.2%
Color previews
#463eb2 text on a black background
contrast 2.59:1
Card sample
#463eb2 text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463eb2;
Background color
Panel with #463eb2 background
background-color: #463eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463eb2; background: linear-gradient(135deg, #463eb2, #933EB2);