#4617a4
a dark, electric violet · warm · closest name: indigo
RGB
70, 23, 164
HSL
260°, 75%, 37%
CMYK
57, 86, 0, 36
Luminance
0.0460
Every format
| HEX | #4617a4 |
| RGB | rgb(70, 23, 164) |
| HSL | hsl(260, 75%, 37%) |
| CMYK | cmyk(57%, 86%, 0%, 36%) |
| LAB | lab(25.6 53.2 -66.0) |
| LCH | lch(25.6 84.8 308.9) |
| OKLCH | oklch(0.383 0.200 287.6) |
Copy-ready code
/* CSS */
color: #4617a4;
background-color: #4617a4;
/* Tailwind (arbitrary) */
class="text-[#4617a4] bg-[#4617a4]"
/* SCSS */
$brand: #4617a4;
/* SwiftUI */
Color(red: 0.275, green: 0.090, blue: 0.643)
/* Android */
Color.parseColor("#4617a4")Accessibility — WCAG contrast
Aa
#4617a4 on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4617a4 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green9.0%
Blue64.3%
CMYK percentages
Cyan57.3%
Magenta86.0%
Yellow0.0%
Key (black)35.7%
Color previews
#4617a4 text on a black background
contrast 1.92:1
Card sample
#4617a4 text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4617a4;
Background color
Panel with #4617a4 background
background-color: #4617a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4617a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 23, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 23, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4617a4; background: linear-gradient(135deg, #4617a4, #A417A4);