#7722cc
a balanced, vivid violet · warm · closest name: indigo
RGB
119, 34, 204
HSL
270°, 71%, 47%
CMYK
42, 83, 0, 20
Luminance
0.0943
Every format
| HEX | #7722cc |
| RGB | rgb(119, 34, 204) |
| HSL | hsl(270, 71%, 47%) |
| CMYK | cmyk(42%, 83%, 0%, 20%) |
| LAB | lab(36.8 65.2 -71.0) |
| LCH | lch(36.8 96.4 312.5) |
| OKLCH | oklch(0.485 0.234 299.6) |
Copy-ready code
/* CSS */
color: #7722cc;
background-color: #7722cc;
/* Tailwind (arbitrary) */
class="text-[#7722cc] bg-[#7722cc]"
/* SCSS */
$brand: #7722cc;
/* SwiftUI */
Color(red: 0.467, green: 0.133, blue: 0.800)
/* Android */
Color.parseColor("#7722cc")Accessibility — WCAG contrast
Aa
#7722cc on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7722cc on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green13.3%
Blue80.0%
CMYK percentages
Cyan41.7%
Magenta83.3%
Yellow0.0%
Key (black)20.0%
Color previews
#7722cc text on a black background
contrast 2.89:1
Card sample
#7722cc text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7722cc;
Background color
Panel with #7722cc background
background-color: #7722cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7722cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 34, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 34, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7722cc; background: linear-gradient(135deg, #7722cc, #CC22B0);