#7331af
a dark, vivid violet · warm · closest name: indigo
RGB
115, 49, 175
HSL
271°, 56%, 44%
CMYK
34, 72, 0, 31
Luminance
0.0894
Every format
| HEX | #7331af |
| RGB | rgb(115, 49, 175) |
| HSL | hsl(271, 56%, 44%) |
| CMYK | cmyk(34%, 72%, 0%, 31%) |
| LAB | lab(35.9 52.0 -55.5) |
| LCH | lch(35.9 76.1 313.1) |
| OKLCH | oklch(0.470 0.190 303.8) |
Copy-ready code
/* CSS */
color: #7331af;
background-color: #7331af;
/* Tailwind (arbitrary) */
class="text-[#7331af] bg-[#7331af]"
/* SCSS */
$brand: #7331af;
/* SwiftUI */
Color(red: 0.451, green: 0.192, blue: 0.686)
/* Android */
Color.parseColor("#7331af")Accessibility — WCAG contrast
Aa
#7331af on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7331af on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green19.2%
Blue68.6%
CMYK percentages
Cyan34.3%
Magenta72.0%
Yellow0.0%
Key (black)31.4%
Color previews
#7331af text on a black background
contrast 2.79:1
Card sample
#7331af text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7331af;
Background color
Panel with #7331af background
background-color: #7331af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7331af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 49, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 49, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7331af; background: linear-gradient(135deg, #7331af, #AF3197);