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