#751fad
a dark, vivid violet · warm · closest name: indigo
RGB
117, 31, 173
HSL
276°, 70%, 40%
CMYK
32, 82, 0, 32
Luminance
0.0778
Every format
| HEX | #751fad |
| RGB | rgb(117, 31, 173) |
| HSL | hsl(276, 70%, 40%) |
| CMYK | cmyk(32%, 82%, 0%, 32%) |
| LAB | lab(33.5 59.0 -58.1) |
| LCH | lch(33.5 82.8 315.4) |
| OKLCH | oklch(0.454 0.207 307.0) |
Copy-ready code
/* CSS */
color: #751fad;
background-color: #751fad;
/* Tailwind (arbitrary) */
class="text-[#751fad] bg-[#751fad]"
/* SCSS */
$brand: #751fad;
/* SwiftUI */
Color(red: 0.459, green: 0.122, blue: 0.678)
/* Android */
Color.parseColor("#751fad")Accessibility — WCAG contrast
Aa
#751fad on white: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751fad on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green12.2%
Blue67.8%
CMYK percentages
Cyan32.4%
Magenta82.1%
Yellow0.0%
Key (black)32.2%
Color previews
#751fad text on a black background
contrast 2.56:1
Card sample
#751fad text on a white background
contrast 8.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751fad;
Background color
Panel with #751fad background
background-color: #751fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 31, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 31, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751fad; background: linear-gradient(135deg, #751fad, #AD1F86);