#410097
a dark, electric violet · warm · closest name: navy
RGB
65, 0, 151
HSL
266°, 100%, 30%
CMYK
57, 100, 0, 41
Luminance
0.0336
Every format
| HEX | #410097 |
| RGB | rgb(65, 0, 151) |
| HSL | hsl(266, 100%, 30%) |
| CMYK | cmyk(57%, 100%, 0%, 41%) |
| LAB | lab(21.4 55.6 -64.9) |
| LCH | lch(21.4 85.5 310.6) |
| OKLCH | oklch(0.349 0.198 289.6) |
Copy-ready code
/* CSS */
color: #410097;
background-color: #410097;
/* Tailwind (arbitrary) */
class="text-[#410097] bg-[#410097]"
/* SCSS */
$brand: #410097;
/* SwiftUI */
Color(red: 0.255, green: 0.000, blue: 0.592)
/* Android */
Color.parseColor("#410097")Accessibility — WCAG contrast
Aa
#410097 on white: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#410097 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green0.0%
Blue59.2%
CMYK percentages
Cyan57.0%
Magenta100.0%
Yellow0.0%
Key (black)40.8%
Color previews
#410097 text on a black background
contrast 1.67:1
Card sample
#410097 text on a white background
contrast 12.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #410097;
Background color
Panel with #410097 background
background-color: #410097;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #410097;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 0, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 0, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #410097; background: linear-gradient(135deg, #410097, #970088);