#7331ab
a dark, vivid violet · warm · closest name: indigo
RGB
115, 49, 171
HSL
273°, 56%, 43%
CMYK
33, 71, 0, 33
Luminance
0.0878
Every format
| HEX | #7331ab |
| RGB | rgb(115, 49, 171) |
| HSL | hsl(273, 56%, 43%) |
| CMYK | cmyk(33%, 71%, 0%, 33%) |
| LAB | lab(35.6 51.0 -53.6) |
| LCH | lch(35.6 74.0 313.6) |
| OKLCH | oklch(0.467 0.186 304.9) |
Copy-ready code
/* CSS */
color: #7331ab;
background-color: #7331ab;
/* Tailwind (arbitrary) */
class="text-[#7331ab] bg-[#7331ab]"
/* SCSS */
$brand: #7331ab;
/* SwiftUI */
Color(red: 0.451, green: 0.192, blue: 0.671)
/* Android */
Color.parseColor("#7331ab")Accessibility — WCAG contrast
Aa
#7331ab on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7331ab on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green19.2%
Blue67.1%
CMYK percentages
Cyan32.7%
Magenta71.3%
Yellow0.0%
Key (black)32.9%
Color previews
#7331ab text on a black background
contrast 2.76:1
Card sample
#7331ab text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7331ab;
Background color
Panel with #7331ab background
background-color: #7331ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7331ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 49, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 49, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7331ab; background: linear-gradient(135deg, #7331ab, #AB3191);