#7a2abb
a dark, vivid violet · warm · closest name: indigo
RGB
122, 42, 187
HSL
273°, 63%, 45%
CMYK
35, 78, 0, 27
Luminance
0.0938
Every format
| HEX | #7a2abb |
| RGB | rgb(122, 42, 187) |
| HSL | hsl(273, 63%, 45%) |
| CMYK | cmyk(35%, 78%, 0%, 27%) |
| LAB | lab(36.7 59.0 -61.2) |
| LCH | lch(36.7 85.0 313.9) |
| OKLCH | oklch(0.481 0.211 304.4) |
Copy-ready code
/* CSS */
color: #7a2abb;
background-color: #7a2abb;
/* Tailwind (arbitrary) */
class="text-[#7a2abb] bg-[#7a2abb]"
/* SCSS */
$brand: #7a2abb;
/* SwiftUI */
Color(red: 0.478, green: 0.165, blue: 0.733)
/* Android */
Color.parseColor("#7a2abb")Accessibility — WCAG contrast
Aa
#7a2abb on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a2abb on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green16.5%
Blue73.3%
CMYK percentages
Cyan34.8%
Magenta77.5%
Yellow0.0%
Key (black)26.7%
Color previews
#7a2abb text on a black background
contrast 2.88:1
Card sample
#7a2abb text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a2abb;
Background color
Panel with #7a2abb background
background-color: #7a2abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a2abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 42, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 42, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a2abb; background: linear-gradient(135deg, #7a2abb, #BB2A9B);