#7632ba
a balanced, vivid violet · warm · closest name: indigo
RGB
118, 50, 186
HSL
270°, 58%, 46%
CMYK
37, 73, 0, 27
Luminance
0.0968
Every format
| HEX | #7632ba |
| RGB | rgb(118, 50, 186) |
| HSL | hsl(270, 58%, 46%) |
| CMYK | cmyk(37%, 73%, 0%, 27%) |
| LAB | lab(37.3 54.7 -59.8) |
| LCH | lch(37.3 81.0 312.5) |
| OKLCH | oklch(0.484 0.201 302.1) |
Copy-ready code
/* CSS */
color: #7632ba;
background-color: #7632ba;
/* Tailwind (arbitrary) */
class="text-[#7632ba] bg-[#7632ba]"
/* SCSS */
$brand: #7632ba;
/* SwiftUI */
Color(red: 0.463, green: 0.196, blue: 0.729)
/* Android */
Color.parseColor("#7632ba")Accessibility — WCAG contrast
Aa
#7632ba on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7632ba on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green19.6%
Blue72.9%
CMYK percentages
Cyan36.6%
Magenta73.1%
Yellow0.0%
Key (black)27.1%
Color previews
#7632ba text on a black background
contrast 2.94:1
Card sample
#7632ba text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7632ba;
Background color
Panel with #7632ba background
background-color: #7632ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7632ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 50, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 50, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7632ba; background: linear-gradient(135deg, #7632ba, #BA32A3);