#751fd0
a balanced, vivid violet · warm · closest name: indigo
RGB
117, 31, 208
HSL
269°, 74%, 47%
CMYK
44, 85, 0, 18
Luminance
0.0932
Every format
| HEX | #751fd0 |
| RGB | rgb(117, 31, 208) |
| HSL | hsl(269, 74%, 47%) |
| CMYK | cmyk(44%, 85%, 0%, 18%) |
| LAB | lab(36.6 66.8 -73.7) |
| LCH | lch(36.6 99.5 312.2) |
| OKLCH | oklch(0.484 0.240 298.2) |
Copy-ready code
/* CSS */
color: #751fd0;
background-color: #751fd0;
/* Tailwind (arbitrary) */
class="text-[#751fd0] bg-[#751fd0]"
/* SCSS */
$brand: #751fd0;
/* SwiftUI */
Color(red: 0.459, green: 0.122, blue: 0.816)
/* Android */
Color.parseColor("#751fd0")Accessibility — WCAG contrast
Aa
#751fd0 on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751fd0 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green12.2%
Blue81.6%
CMYK percentages
Cyan43.8%
Magenta85.1%
Yellow0.0%
Key (black)18.4%
Color previews
#751fd0 text on a black background
contrast 2.86:1
Card sample
#751fd0 text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751fd0;
Background color
Panel with #751fd0 background
background-color: #751fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 31, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 31, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751fd0; background: linear-gradient(135deg, #751fd0, #D01FB5);