#771eb0
a dark, vivid violet · warm · closest name: indigo
RGB
119, 30, 176
HSL
277°, 71%, 40%
CMYK
32, 83, 0, 31
Luminance
0.0799
Every format
| HEX | #771eb0 |
| RGB | rgb(119, 30, 176) |
| HSL | hsl(277, 71%, 40%) |
| CMYK | cmyk(32%, 83%, 0%, 31%) |
| LAB | lab(34.0 60.2 -59.2) |
| LCH | lch(34.0 84.5 315.5) |
| OKLCH | oklch(0.458 0.211 307.0) |
Copy-ready code
/* CSS */
color: #771eb0;
background-color: #771eb0;
/* Tailwind (arbitrary) */
class="text-[#771eb0] bg-[#771eb0]"
/* SCSS */
$brand: #771eb0;
/* SwiftUI */
Color(red: 0.467, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#771eb0")Accessibility — WCAG contrast
Aa
#771eb0 on white: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771eb0 on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green11.8%
Blue69.0%
CMYK percentages
Cyan32.4%
Magenta83.0%
Yellow0.0%
Key (black)31.0%
Color previews
#771eb0 text on a black background
contrast 2.60:1
Card sample
#771eb0 text on a white background
contrast 8.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771eb0;
Background color
Panel with #771eb0 background
background-color: #771eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771eb0; background: linear-gradient(135deg, #771eb0, #B01E88);