#7122aa
a dark, vivid violet · warm · closest name: indigo
RGB
113, 34, 170
HSL
275°, 67%, 40%
CMYK
34, 80, 0, 33
Luminance
0.0756
Every format
| HEX | #7122aa |
| RGB | rgb(113, 34, 170) |
| HSL | hsl(275, 67%, 40%) |
| CMYK | cmyk(34%, 80%, 0%, 33%) |
| LAB | lab(33.0 56.6 -57.1) |
| LCH | lch(33.0 80.4 314.7) |
| OKLCH | oklch(0.449 0.201 305.8) |
Copy-ready code
/* CSS */
color: #7122aa;
background-color: #7122aa;
/* Tailwind (arbitrary) */
class="text-[#7122aa] bg-[#7122aa]"
/* SCSS */
$brand: #7122aa;
/* SwiftUI */
Color(red: 0.443, green: 0.133, blue: 0.667)
/* Android */
Color.parseColor("#7122aa")Accessibility — WCAG contrast
Aa
#7122aa on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7122aa on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green13.3%
Blue66.7%
CMYK percentages
Cyan33.5%
Magenta80.0%
Yellow0.0%
Key (black)33.3%
Color previews
#7122aa text on a black background
contrast 2.51:1
Card sample
#7122aa text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7122aa;
Background color
Panel with #7122aa background
background-color: #7122aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7122aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 34, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 34, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7122aa; background: linear-gradient(135deg, #7122aa, #AA2288);