#751ac2
a dark, electric violet · warm · closest name: indigo
RGB
117, 26, 194
HSL
273°, 76%, 43%
CMYK
40, 87, 0, 24
Luminance
0.0842
Every format
| HEX | #751ac2 |
| RGB | rgb(117, 26, 194) |
| HSL | hsl(273, 76%, 43%) |
| CMYK | cmyk(40%, 87%, 0%, 24%) |
| LAB | lab(34.8 65.0 -68.4) |
| LCH | lch(34.8 94.4 313.5) |
| OKLCH | oklch(0.469 0.230 301.7) |
Copy-ready code
/* CSS */
color: #751ac2;
background-color: #751ac2;
/* Tailwind (arbitrary) */
class="text-[#751ac2] bg-[#751ac2]"
/* SCSS */
$brand: #751ac2;
/* SwiftUI */
Color(red: 0.459, green: 0.102, blue: 0.761)
/* Android */
Color.parseColor("#751ac2")Accessibility — WCAG contrast
Aa
#751ac2 on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751ac2 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green10.2%
Blue76.1%
CMYK percentages
Cyan39.7%
Magenta86.6%
Yellow0.0%
Key (black)23.9%
Color previews
#751ac2 text on a black background
contrast 2.68:1
Card sample
#751ac2 text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751ac2;
Background color
Panel with #751ac2 background
background-color: #751ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 26, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 26, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751ac2; background: linear-gradient(135deg, #751ac2, #C21A9F);