#722eb2
a dark, vivid violet · warm · closest name: indigo
RGB
114, 46, 178
HSL
271°, 59%, 44%
CMYK
36, 74, 0, 30
Luminance
0.0875
Every format
| HEX | #722eb2 |
| RGB | rgb(114, 46, 178) |
| HSL | hsl(271, 59%, 44%) |
| CMYK | cmyk(36%, 74%, 0%, 30%) |
| LAB | lab(35.5 53.9 -57.9) |
| LCH | lch(35.5 79.1 312.9) |
| OKLCH | oklch(0.468 0.196 302.8) |
Copy-ready code
/* CSS */
color: #722eb2;
background-color: #722eb2;
/* Tailwind (arbitrary) */
class="text-[#722eb2] bg-[#722eb2]"
/* SCSS */
$brand: #722eb2;
/* SwiftUI */
Color(red: 0.447, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#722eb2")Accessibility — WCAG contrast
Aa
#722eb2 on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#722eb2 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green18.0%
Blue69.8%
CMYK percentages
Cyan36.0%
Magenta74.2%
Yellow0.0%
Key (black)30.2%
Color previews
#722eb2 text on a black background
contrast 2.75:1
Card sample
#722eb2 text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #722eb2;
Background color
Panel with #722eb2 background
background-color: #722eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #722eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #722eb2; background: linear-gradient(135deg, #722eb2, #B22E9A);