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