#7421c6
a balanced, vivid violet · warm · closest name: indigo
RGB
116, 33, 198
HSL
270°, 71%, 45%
CMYK
41, 83, 0, 22
Luminance
0.0888
Every format
| HEX | #7421c6 |
| RGB | rgb(116, 33, 198) |
| HSL | hsl(270, 71%, 45%) |
| CMYK | cmyk(41%, 83%, 0%, 22%) |
| LAB | lab(35.8 63.7 -69.3) |
| LCH | lch(35.8 94.1 312.6) |
| OKLCH | oklch(0.476 0.229 299.9) |
Copy-ready code
/* CSS */
color: #7421c6;
background-color: #7421c6;
/* Tailwind (arbitrary) */
class="text-[#7421c6] bg-[#7421c6]"
/* SCSS */
$brand: #7421c6;
/* SwiftUI */
Color(red: 0.455, green: 0.129, blue: 0.776)
/* Android */
Color.parseColor("#7421c6")Accessibility — WCAG contrast
Aa
#7421c6 on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7421c6 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green12.9%
Blue77.6%
CMYK percentages
Cyan41.4%
Magenta83.3%
Yellow0.0%
Key (black)22.4%
Color previews
#7421c6 text on a black background
contrast 2.78:1
Card sample
#7421c6 text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7421c6;
Background color
Panel with #7421c6 background
background-color: #7421c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7421c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 33, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 33, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7421c6; background: linear-gradient(135deg, #7421c6, #C621AA);