#463582
a dark, soft blue · warm · closest name: midnightblue
RGB
70, 53, 130
HSL
253°, 42%, 36%
CMYK
46, 59, 0, 49
Luminance
0.0546
Every format
| HEX | #463582 |
| RGB | rgb(70, 53, 130) |
| HSL | hsl(253, 42%, 36%) |
| CMYK | cmyk(46%, 59%, 0%, 49%) |
| LAB | lab(28.0 27.9 -41.0) |
| LCH | lch(28.0 49.6 304.2) |
| OKLCH | oklch(0.391 0.124 289.6) |
Copy-ready code
/* CSS */
color: #463582;
background-color: #463582;
/* Tailwind (arbitrary) */
class="text-[#463582] bg-[#463582]"
/* SCSS */
$brand: #463582;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.510)
/* Android */
Color.parseColor("#463582")Accessibility — WCAG contrast
Aa
#463582 on white: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463582 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue51.0%
CMYK percentages
Cyan46.2%
Magenta59.2%
Yellow0.0%
Key (black)49.0%
Color previews
#463582 text on a black background
contrast 2.09:1
Card sample
#463582 text on a white background
contrast 10.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463582;
Background color
Panel with #463582 background
background-color: #463582;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463582;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463582; background: linear-gradient(135deg, #463582, #793582);