#751eb4
a dark, vivid violet · warm · closest name: indigo
RGB
117, 30, 180
HSL
275°, 71%, 41%
CMYK
35, 83, 0, 29
Luminance
0.0801
Every format
| HEX | #751eb4 |
| RGB | rgb(117, 30, 180) |
| HSL | hsl(275, 71%, 41%) |
| CMYK | cmyk(35%, 83%, 0%, 29%) |
| LAB | lab(34.0 60.8 -61.5) |
| LCH | lch(34.0 86.5 314.7) |
| OKLCH | oklch(0.459 0.214 305.1) |
Copy-ready code
/* CSS */
color: #751eb4;
background-color: #751eb4;
/* Tailwind (arbitrary) */
class="text-[#751eb4] bg-[#751eb4]"
/* SCSS */
$brand: #751eb4;
/* SwiftUI */
Color(red: 0.459, green: 0.118, blue: 0.706)
/* Android */
Color.parseColor("#751eb4")Accessibility — WCAG contrast
Aa
#751eb4 on white: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751eb4 on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.8%
Blue70.6%
CMYK percentages
Cyan35.0%
Magenta83.3%
Yellow0.0%
Key (black)29.4%
Color previews
#751eb4 text on a black background
contrast 2.60:1
Card sample
#751eb4 text on a white background
contrast 8.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751eb4;
Background color
Panel with #751eb4 background
background-color: #751eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 30, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 30, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751eb4; background: linear-gradient(135deg, #751eb4, #B41E8F);