#401eb0
a dark, vivid blue · warm · closest name: navy
RGB
64, 30, 176
HSL
254°, 71%, 40%
CMYK
64, 83, 0, 31
Luminance
0.0515
Every format
| HEX | #401eb0 |
| RGB | rgb(64, 30, 176) |
| HSL | hsl(254, 71%, 40%) |
| CMYK | cmyk(64%, 83%, 0%, 31%) |
| LAB | lab(27.2 53.2 -70.6) |
| LCH | lch(27.2 88.4 307.0) |
| OKLCH | oklch(0.396 0.208 281.9) |
Copy-ready code
/* CSS */
color: #401eb0;
background-color: #401eb0;
/* Tailwind (arbitrary) */
class="text-[#401eb0] bg-[#401eb0]"
/* SCSS */
$brand: #401eb0;
/* SwiftUI */
Color(red: 0.251, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#401eb0")Accessibility — WCAG contrast
Aa
#401eb0 on white: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401eb0 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green11.8%
Blue69.0%
CMYK percentages
Cyan63.6%
Magenta83.0%
Yellow0.0%
Key (black)31.0%
Color previews
#401eb0 text on a black background
contrast 2.03:1
Card sample
#401eb0 text on a white background
contrast 10.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401eb0;
Background color
Panel with #401eb0 background
background-color: #401eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401eb0; background: linear-gradient(135deg, #401eb0, #A11EB0);