#771199
a dark, electric violet · warm · closest name: indigo
RGB
119, 17, 153
HSL
285°, 80%, 33%
CMYK
22, 89, 0, 40
Luminance
0.0662
Every format
| HEX | #771199 |
| RGB | rgb(119, 17, 153) |
| HSL | hsl(285, 80%, 33%) |
| CMYK | cmyk(22%, 89%, 0%, 40%) |
| LAB | lab(30.9 58.9 -50.2) |
| LCH | lch(30.9 77.4 319.6) |
| OKLCH | oklch(0.431 0.201 314.9) |
Copy-ready code
/* CSS */
color: #771199;
background-color: #771199;
/* Tailwind (arbitrary) */
class="text-[#771199] bg-[#771199]"
/* SCSS */
$brand: #771199;
/* SwiftUI */
Color(red: 0.467, green: 0.067, blue: 0.600)
/* Android */
Color.parseColor("#771199")Accessibility — WCAG contrast
Aa
#771199 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771199 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green6.7%
Blue60.0%
CMYK percentages
Cyan22.2%
Magenta88.9%
Yellow0.0%
Key (black)40.0%
Color previews
#771199 text on a black background
contrast 2.32:1
Card sample
#771199 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771199;
Background color
Panel with #771199 background
background-color: #771199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 17, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 17, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771199; background: linear-gradient(135deg, #771199, #991160);