#410092
a dark, electric violet · warm · closest name: indigo
RGB
65, 0, 146
HSL
267°, 100%, 29%
CMYK
56, 100, 0, 43
Luminance
0.0320
Every format
| HEX | #410092 |
| RGB | rgb(65, 0, 146) |
| HSL | hsl(267, 100%, 29%) |
| CMYK | cmyk(56%, 100%, 0%, 43%) |
| LAB | lab(20.8 54.5 -62.8) |
| LCH | lch(20.8 83.1 310.9) |
| OKLCH | oklch(0.344 0.193 290.9) |
Copy-ready code
/* CSS */
color: #410092;
background-color: #410092;
/* Tailwind (arbitrary) */
class="text-[#410092] bg-[#410092]"
/* SCSS */
$brand: #410092;
/* SwiftUI */
Color(red: 0.255, green: 0.000, blue: 0.573)
/* Android */
Color.parseColor("#410092")Accessibility — WCAG contrast
Aa
#410092 on white: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#410092 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green0.0%
Blue57.3%
CMYK percentages
Cyan55.5%
Magenta100.0%
Yellow0.0%
Key (black)42.7%
Color previews
#410092 text on a black background
contrast 1.64:1
Card sample
#410092 text on a white background
contrast 12.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #410092;
Background color
Panel with #410092 background
background-color: #410092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #410092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 0, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 0, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #410092; background: linear-gradient(135deg, #410092, #920082);