#751cba
a dark, vivid violet · warm · closest name: indigo
RGB
117, 28, 186
HSL
274°, 74%, 42%
CMYK
37, 85, 0, 27
Luminance
0.0816
Every format
| HEX | #751cba |
| RGB | rgb(117, 28, 186) |
| HSL | hsl(274, 74%, 42%) |
| CMYK | cmyk(37%, 85%, 0%, 27%) |
| LAB | lab(34.3 62.7 -64.6) |
| LCH | lch(34.3 90.0 314.2) |
| OKLCH | oklch(0.463 0.221 303.6) |
Copy-ready code
/* CSS */
color: #751cba;
background-color: #751cba;
/* Tailwind (arbitrary) */
class="text-[#751cba] bg-[#751cba]"
/* SCSS */
$brand: #751cba;
/* SwiftUI */
Color(red: 0.459, green: 0.110, blue: 0.729)
/* Android */
Color.parseColor("#751cba")Accessibility — WCAG contrast
Aa
#751cba on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751cba on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.0%
Blue72.9%
CMYK percentages
Cyan37.1%
Magenta84.9%
Yellow0.0%
Key (black)27.1%
Color previews
#751cba text on a black background
contrast 2.63:1
Card sample
#751cba text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751cba;
Background color
Panel with #751cba background
background-color: #751cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 28, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 28, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751cba; background: linear-gradient(135deg, #751cba, #BA1C96);