#413894
a dark, vivid blue · warm · closest name: midnightblue
RGB
65, 56, 148
HSL
246°, 45%, 40%
CMYK
56, 62, 0, 42
Luminance
0.0609
Every format
| HEX | #413894 |
| RGB | rgb(65, 56, 148) |
| HSL | hsl(246, 45%, 40%) |
| CMYK | cmyk(56%, 62%, 0%, 42%) |
| LAB | lab(29.6 30.7 -49.6) |
| LCH | lch(29.6 58.3 301.7) |
| OKLCH | oklch(0.406 0.145 282.2) |
Copy-ready code
/* CSS */
color: #413894;
background-color: #413894;
/* Tailwind (arbitrary) */
class="text-[#413894] bg-[#413894]"
/* SCSS */
$brand: #413894;
/* SwiftUI */
Color(red: 0.255, green: 0.220, blue: 0.580)
/* Android */
Color.parseColor("#413894")Accessibility — WCAG contrast
Aa
#413894 on white: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#413894 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green22.0%
Blue58.0%
CMYK percentages
Cyan56.1%
Magenta62.2%
Yellow0.0%
Key (black)42.0%
Color previews
#413894 text on a black background
contrast 2.22:1
Card sample
#413894 text on a white background
contrast 9.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #413894;
Background color
Panel with #413894 background
background-color: #413894;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #413894;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 56, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 56, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #413894; background: linear-gradient(135deg, #413894, #7E3894);