#401656
a deep, vivid violet · warm · closest name: midnightblue
RGB
64, 22, 86
HSL
279°, 59%, 21%
CMYK
26, 74, 0, 66
Luminance
0.0234
Every format
| HEX | #401656 |
| RGB | rgb(64, 22, 86) |
| HSL | hsl(279, 59%, 21%) |
| CMYK | cmyk(26%, 74%, 0%, 66%) |
| LAB | lab(17.2 32.1 -30.1) |
| LCH | lch(17.2 44.0 316.9) |
| OKLCH | oklch(0.300 0.114 311.6) |
Copy-ready code
/* CSS */
color: #401656;
background-color: #401656;
/* Tailwind (arbitrary) */
class="text-[#401656] bg-[#401656]"
/* SCSS */
$brand: #401656;
/* SwiftUI */
Color(red: 0.251, green: 0.086, blue: 0.337)
/* Android */
Color.parseColor("#401656")Accessibility — WCAG contrast
Aa
#401656 on white: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401656 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green8.6%
Blue33.7%
CMYK percentages
Cyan25.6%
Magenta74.4%
Yellow0.0%
Key (black)66.3%
Color previews
#401656 text on a black background
contrast 1.47:1
Card sample
#401656 text on a white background
contrast 14.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401656;
Background color
Panel with #401656 background
background-color: #401656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 22, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 22, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401656; background: linear-gradient(135deg, #401656, #561641);