#463595
a dark, vivid blue · warm · closest name: midnightblue
RGB
70, 53, 149
HSL
251°, 48%, 40%
CMYK
53, 64, 0, 42
Luminance
0.0602
Every format
| HEX | #463595 |
| RGB | rgb(70, 53, 149) |
| HSL | hsl(251, 48%, 40%) |
| CMYK | cmyk(53%, 64%, 0%, 42%) |
| LAB | lab(29.5 33.8 -50.5) |
| LCH | lch(29.5 60.8 303.8) |
| OKLCH | oklch(0.406 0.150 285.7) |
Copy-ready code
/* CSS */
color: #463595;
background-color: #463595;
/* Tailwind (arbitrary) */
class="text-[#463595] bg-[#463595]"
/* SCSS */
$brand: #463595;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.584)
/* Android */
Color.parseColor("#463595")Accessibility — WCAG contrast
Aa
#463595 on white: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463595 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue58.4%
CMYK percentages
Cyan53.0%
Magenta64.4%
Yellow0.0%
Key (black)41.6%
Color previews
#463595 text on a black background
contrast 2.20:1
Card sample
#463595 text on a white background
contrast 9.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463595;
Background color
Panel with #463595 background
background-color: #463595;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463595;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463595; background: linear-gradient(135deg, #463595, #863595);