#410054
a deep, electric violet · warm · closest name: midnightblue
RGB
65, 0, 84
HSL
286°, 100%, 17%
CMYK
23, 100, 0, 67
Luminance
0.0176
Every format
| HEX | #410054 |
| RGB | rgb(65, 0, 84) |
| HSL | hsl(286, 100%, 17%) |
| CMYK | cmyk(23%, 100%, 0%, 67%) |
| LAB | lab(14.2 40.5 -33.5) |
| LCH | lch(14.2 52.6 320.4) |
| OKLCH | oklch(0.279 0.137 316.1) |
Copy-ready code
/* CSS */
color: #410054;
background-color: #410054;
/* Tailwind (arbitrary) */
class="text-[#410054] bg-[#410054]"
/* SCSS */
$brand: #410054;
/* SwiftUI */
Color(red: 0.255, green: 0.000, blue: 0.329)
/* Android */
Color.parseColor("#410054")Accessibility — WCAG contrast
Aa
#410054 on white: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#410054 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green0.0%
Blue32.9%
CMYK percentages
Cyan22.6%
Magenta100.0%
Yellow0.0%
Key (black)67.1%
Color previews
#410054 text on a black background
contrast 1.35:1
Card sample
#410054 text on a white background
contrast 15.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #410054;
Background color
Panel with #410054 background
background-color: #410054;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #410054;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 0, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 0, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #410054; background: linear-gradient(135deg, #410054, #54002F);