#463599
a dark, vivid blue · warm · closest name: midnightblue
RGB
70, 53, 153
HSL
250°, 49%, 40%
CMYK
54, 65, 0, 40
Luminance
0.0615
Every format
| HEX | #463599 |
| RGB | rgb(70, 53, 153) |
| HSL | hsl(250, 49%, 40%) |
| CMYK | cmyk(54%, 65%, 0%, 40%) |
| LAB | lab(29.8 35.1 -52.4) |
| LCH | lch(29.8 63.0 303.8) |
| OKLCH | oklch(0.410 0.156 285.0) |
Copy-ready code
/* CSS */
color: #463599;
background-color: #463599;
/* Tailwind (arbitrary) */
class="text-[#463599] bg-[#463599]"
/* SCSS */
$brand: #463599;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.600)
/* Android */
Color.parseColor("#463599")Accessibility — WCAG contrast
Aa
#463599 on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463599 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue60.0%
CMYK percentages
Cyan54.2%
Magenta65.4%
Yellow0.0%
Key (black)40.0%
Color previews
#463599 text on a black background
contrast 2.23:1
Card sample
#463599 text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463599;
Background color
Panel with #463599 background
background-color: #463599;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463599;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463599; background: linear-gradient(135deg, #463599, #893599);