#463598
a dark, vivid blue · warm · closest name: midnightblue
RGB
70, 53, 152
HSL
250°, 48%, 40%
CMYK
54, 65, 0, 40
Luminance
0.0612
Every format
| HEX | #463598 |
| RGB | rgb(70, 53, 152) |
| HSL | hsl(250, 48%, 40%) |
| CMYK | cmyk(54%, 65%, 0%, 40%) |
| LAB | lab(29.7 34.8 -51.9) |
| LCH | lch(29.7 62.5 303.8) |
| OKLCH | oklch(0.409 0.154 285.2) |
Copy-ready code
/* CSS */
color: #463598;
background-color: #463598;
/* Tailwind (arbitrary) */
class="text-[#463598] bg-[#463598]"
/* SCSS */
$brand: #463598;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.596)
/* Android */
Color.parseColor("#463598")Accessibility — WCAG contrast
Aa
#463598 on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463598 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue59.6%
CMYK percentages
Cyan53.9%
Magenta65.1%
Yellow0.0%
Key (black)40.4%
Color previews
#463598 text on a black background
contrast 2.22:1
Card sample
#463598 text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463598;
Background color
Panel with #463598 background
background-color: #463598;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463598;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463598; background: linear-gradient(135deg, #463598, #883598);