#7331ad
a dark, vivid violet · warm · closest name: indigo
RGB
115, 49, 173
HSL
272°, 56%, 44%
CMYK
34, 72, 0, 32
Luminance
0.0886
Every format
| HEX | #7331ad |
| RGB | rgb(115, 49, 173) |
| HSL | hsl(272, 56%, 44%) |
| CMYK | cmyk(34%, 72%, 0%, 32%) |
| LAB | lab(35.7 51.5 -54.6) |
| LCH | lch(35.7 75.0 313.3) |
| OKLCH | oklch(0.469 0.188 304.3) |
Copy-ready code
/* CSS */
color: #7331ad;
background-color: #7331ad;
/* Tailwind (arbitrary) */
class="text-[#7331ad] bg-[#7331ad]"
/* SCSS */
$brand: #7331ad;
/* SwiftUI */
Color(red: 0.451, green: 0.192, blue: 0.678)
/* Android */
Color.parseColor("#7331ad")Accessibility — WCAG contrast
Aa
#7331ad on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7331ad on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green19.2%
Blue67.8%
CMYK percentages
Cyan33.5%
Magenta71.7%
Yellow0.0%
Key (black)32.2%
Color previews
#7331ad text on a black background
contrast 2.77:1
Card sample
#7331ad text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7331ad;
Background color
Panel with #7331ad background
background-color: #7331ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7331ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 49, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 49, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7331ad; background: linear-gradient(135deg, #7331ad, #AD3194);