#751fc3
a dark, vivid violet · warm · closest name: indigo
RGB
117, 31, 195
HSL
272°, 73%, 44%
CMYK
40, 84, 0, 24
Luminance
0.0870
Every format
| HEX | #751fc3 |
| RGB | rgb(117, 31, 195) |
| HSL | hsl(272, 73%, 44%) |
| CMYK | cmyk(40%, 84%, 0%, 24%) |
| LAB | lab(35.4 63.8 -68.1) |
| LCH | lch(35.4 93.3 313.2) |
| OKLCH | oklch(0.473 0.228 301.1) |
Copy-ready code
/* CSS */
color: #751fc3;
background-color: #751fc3;
/* Tailwind (arbitrary) */
class="text-[#751fc3] bg-[#751fc3]"
/* SCSS */
$brand: #751fc3;
/* SwiftUI */
Color(red: 0.459, green: 0.122, blue: 0.765)
/* Android */
Color.parseColor("#751fc3")Accessibility — WCAG contrast
Aa
#751fc3 on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751fc3 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green12.2%
Blue76.5%
CMYK percentages
Cyan40.0%
Magenta84.1%
Yellow0.0%
Key (black)23.5%
Color previews
#751fc3 text on a black background
contrast 2.74:1
Card sample
#751fc3 text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751fc3;
Background color
Panel with #751fc3 background
background-color: #751fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 31, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 31, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751fc3; background: linear-gradient(135deg, #751fc3, #C31FA4);