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