#711ca9
a dark, vivid violet · warm · closest name: indigo
RGB
113, 28, 169
HSL
276°, 72%, 39%
CMYK
33, 83, 0, 34
Luminance
0.0721
Every format
| HEX | #711ca9 |
| RGB | rgb(113, 28, 169) |
| HSL | hsl(276, 72%, 39%) |
| CMYK | cmyk(33%, 83%, 0%, 34%) |
| LAB | lab(32.3 58.4 -57.8) |
| LCH | lch(32.3 82.2 315.3) |
| OKLCH | oklch(0.443 0.205 306.6) |
Copy-ready code
/* CSS */
color: #711ca9;
background-color: #711ca9;
/* Tailwind (arbitrary) */
class="text-[#711ca9] bg-[#711ca9]"
/* SCSS */
$brand: #711ca9;
/* SwiftUI */
Color(red: 0.443, green: 0.110, blue: 0.663)
/* Android */
Color.parseColor("#711ca9")Accessibility — WCAG contrast
Aa
#711ca9 on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#711ca9 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green11.0%
Blue66.3%
CMYK percentages
Cyan33.1%
Magenta83.4%
Yellow0.0%
Key (black)33.7%
Color previews
#711ca9 text on a black background
contrast 2.44:1
Card sample
#711ca9 text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #711ca9;
Background color
Panel with #711ca9 background
background-color: #711ca9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #711ca9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 28, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 28, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #711ca9; background: linear-gradient(135deg, #711ca9, #A91C83);