#40468c
a dark, soft blue · warm · closest name: midnightblue
RGB
64, 70, 140
HSL
235°, 37%, 40%
CMYK
54, 50, 0, 45
Luminance
0.0736
Every format
| HEX | #40468c |
| RGB | rgb(64, 70, 140) |
| HSL | hsl(235, 37%, 40%) |
| CMYK | cmyk(54%, 50%, 0%, 45%) |
| LAB | lab(32.6 18.6 -39.9) |
| LCH | lch(32.6 44.0 295.1) |
| OKLCH | oklch(0.426 0.114 276.7) |
Copy-ready code
/* CSS */
color: #40468c;
background-color: #40468c;
/* Tailwind (arbitrary) */
class="text-[#40468c] bg-[#40468c]"
/* SCSS */
$brand: #40468c;
/* SwiftUI */
Color(red: 0.251, green: 0.275, blue: 0.549)
/* Android */
Color.parseColor("#40468c")Accessibility — WCAG contrast
Aa
#40468c on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#40468c on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green27.5%
Blue54.9%
CMYK percentages
Cyan54.3%
Magenta50.0%
Yellow0.0%
Key (black)45.1%
Color previews
#40468c text on a black background
contrast 2.47:1
Card sample
#40468c text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40468c;
Background color
Panel with #40468c background
background-color: #40468c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40468c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 70, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 70, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40468c; background: linear-gradient(135deg, #40468c, #6D408C);