#401980
a dark, vivid violet · warm · closest name: indigo
RGB
64, 25, 128
HSL
263°, 67%, 30%
CMYK
50, 81, 0, 50
Luminance
0.0334
Every format
| HEX | #401980 |
| RGB | rgb(64, 25, 128) |
| HSL | hsl(263, 67%, 30%) |
| CMYK | cmyk(50%, 81%, 0%, 50%) |
| LAB | lab(21.4 41.9 -50.6) |
| LCH | lch(21.4 65.7 309.6) |
| OKLCH | oklch(0.341 0.158 293.3) |
Copy-ready code
/* CSS */
color: #401980;
background-color: #401980;
/* Tailwind (arbitrary) */
class="text-[#401980] bg-[#401980]"
/* SCSS */
$brand: #401980;
/* SwiftUI */
Color(red: 0.251, green: 0.098, blue: 0.502)
/* Android */
Color.parseColor("#401980")Accessibility — WCAG contrast
Aa
#401980 on white: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401980 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green9.8%
Blue50.2%
CMYK percentages
Cyan50.0%
Magenta80.5%
Yellow0.0%
Key (black)49.8%
Color previews
#401980 text on a black background
contrast 1.67:1
Card sample
#401980 text on a white background
contrast 12.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401980;
Background color
Panel with #401980 background
background-color: #401980;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401980;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 25, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 25, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401980; background: linear-gradient(135deg, #401980, #80197B);