#410081
a dark, electric violet · warm · closest name: indigo
RGB
65, 0, 129
HSL
270°, 100%, 25%
CMYK
50, 100, 0, 49
Luminance
0.0271
Every format
| HEX | #410081 |
| RGB | rgb(65, 0, 129) |
| HSL | hsl(270, 100%, 25%) |
| CMYK | cmyk(50%, 100%, 0%, 49%) |
| LAB | lab(18.8 50.5 -55.4) |
| LCH | lch(18.8 75.0 312.3) |
| OKLCH | oklch(0.325 0.177 296.1) |
Copy-ready code
/* CSS */
color: #410081;
background-color: #410081;
/* Tailwind (arbitrary) */
class="text-[#410081] bg-[#410081]"
/* SCSS */
$brand: #410081;
/* SwiftUI */
Color(red: 0.255, green: 0.000, blue: 0.506)
/* Android */
Color.parseColor("#410081")Accessibility — WCAG contrast
Aa
#410081 on white: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#410081 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green0.0%
Blue50.6%
CMYK percentages
Cyan49.6%
Magenta100.0%
Yellow0.0%
Key (black)49.4%
Color previews
#410081 text on a black background
contrast 1.54:1
Card sample
#410081 text on a white background
contrast 13.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #410081;
Background color
Panel with #410081 background
background-color: #410081;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #410081;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 0, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 0, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #410081; background: linear-gradient(135deg, #410081, #81006B);