#7331b4
a dark, vivid violet · warm · closest name: indigo
RGB
115, 49, 180
HSL
270°, 57%, 45%
CMYK
36, 73, 0, 29
Luminance
0.0914
Every format
| HEX | #7331b4 |
| RGB | rgb(115, 49, 180) |
| HSL | hsl(270, 57%, 45%) |
| CMYK | cmyk(36%, 73%, 0%, 29%) |
| LAB | lab(36.3 53.2 -57.9) |
| LCH | lch(36.3 78.6 312.6) |
| OKLCH | oklch(0.474 0.195 302.4) |
Copy-ready code
/* CSS */
color: #7331b4;
background-color: #7331b4;
/* Tailwind (arbitrary) */
class="text-[#7331b4] bg-[#7331b4]"
/* SCSS */
$brand: #7331b4;
/* SwiftUI */
Color(red: 0.451, green: 0.192, blue: 0.706)
/* Android */
Color.parseColor("#7331b4")Accessibility — WCAG contrast
Aa
#7331b4 on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7331b4 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green19.2%
Blue70.6%
CMYK percentages
Cyan36.1%
Magenta72.8%
Yellow0.0%
Key (black)29.4%
Color previews
#7331b4 text on a black background
contrast 2.83:1
Card sample
#7331b4 text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7331b4;
Background color
Panel with #7331b4 background
background-color: #7331b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7331b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 49, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 49, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7331b4; background: linear-gradient(135deg, #7331b4, #B4319E);