#711199
a dark, electric violet · warm · closest name: indigo
RGB
113, 17, 153
HSL
282°, 80%, 33%
CMYK
26, 89, 0, 40
Luminance
0.0621
Every format
| HEX | #711199 |
| RGB | rgb(113, 17, 153) |
| HSL | hsl(282, 80%, 33%) |
| CMYK | cmyk(26%, 89%, 0%, 40%) |
| LAB | lab(29.9 58.0 -51.9) |
| LCH | lch(29.9 77.8 318.2) |
| OKLCH | oklch(0.423 0.199 312.2) |
Copy-ready code
/* CSS */
color: #711199;
background-color: #711199;
/* Tailwind (arbitrary) */
class="text-[#711199] bg-[#711199]"
/* SCSS */
$brand: #711199;
/* SwiftUI */
Color(red: 0.443, green: 0.067, blue: 0.600)
/* Android */
Color.parseColor("#711199")Accessibility — WCAG contrast
Aa
#711199 on white: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#711199 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green6.7%
Blue60.0%
CMYK percentages
Cyan26.1%
Magenta88.9%
Yellow0.0%
Key (black)40.0%
Color previews
#711199 text on a black background
contrast 2.24:1
Card sample
#711199 text on a white background
contrast 9.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #711199;
Background color
Panel with #711199 background
background-color: #711199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #711199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 17, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 17, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #711199; background: linear-gradient(135deg, #711199, #991166);