#7132af
a dark, vivid violet · warm · closest name: indigo
RGB
113, 50, 175
HSL
270°, 56%, 44%
CMYK
35, 71, 0, 31
Luminance
0.0889
Every format
| HEX | #7132af |
| RGB | rgb(113, 50, 175) |
| HSL | hsl(270, 56%, 44%) |
| CMYK | cmyk(35%, 71%, 0%, 31%) |
| LAB | lab(35.8 51.1 -55.7) |
| LCH | lch(35.8 75.6 312.6) |
| OKLCH | oklch(0.469 0.188 302.7) |
Copy-ready code
/* CSS */
color: #7132af;
background-color: #7132af;
/* Tailwind (arbitrary) */
class="text-[#7132af] bg-[#7132af]"
/* SCSS */
$brand: #7132af;
/* SwiftUI */
Color(red: 0.443, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#7132af")Accessibility — WCAG contrast
Aa
#7132af on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7132af on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green19.6%
Blue68.6%
CMYK percentages
Cyan35.4%
Magenta71.4%
Yellow0.0%
Key (black)31.4%
Color previews
#7132af text on a black background
contrast 2.78:1
Card sample
#7132af text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7132af;
Background color
Panel with #7132af background
background-color: #7132af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7132af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7132af; background: linear-gradient(135deg, #7132af, #AF329A);