#7a2ac9
a balanced, vivid violet · warm · closest name: indigo
RGB
122, 42, 201
HSL
270°, 65%, 48%
CMYK
39, 79, 0, 21
Luminance
0.1001
Every format
| HEX | #7a2ac9 |
| RGB | rgb(122, 42, 201) |
| HSL | hsl(270, 65%, 48%) |
| CMYK | cmyk(39%, 79%, 0%, 21%) |
| LAB | lab(37.9 62.2 -67.5) |
| LCH | lch(37.9 91.8 312.6) |
| OKLCH | oklch(0.493 0.225 300.9) |
Copy-ready code
/* CSS */
color: #7a2ac9;
background-color: #7a2ac9;
/* Tailwind (arbitrary) */
class="text-[#7a2ac9] bg-[#7a2ac9]"
/* SCSS */
$brand: #7a2ac9;
/* SwiftUI */
Color(red: 0.478, green: 0.165, blue: 0.788)
/* Android */
Color.parseColor("#7a2ac9")Accessibility — WCAG contrast
Aa
#7a2ac9 on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a2ac9 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green16.5%
Blue78.8%
CMYK percentages
Cyan39.3%
Magenta79.1%
Yellow0.0%
Key (black)21.2%
Color previews
#7a2ac9 text on a black background
contrast 3.00:1
Card sample
#7a2ac9 text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a2ac9;
Background color
Panel with #7a2ac9 background
background-color: #7a2ac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a2ac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 42, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 42, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a2ac9; background: linear-gradient(135deg, #7a2ac9, #C92AAE);