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