#771ade
a balanced, electric violet · warm · closest name: blue
RGB
119, 26, 222
HSL
269°, 79%, 49%
CMYK
46, 88, 0, 13
Luminance
0.0993
Every format
| HEX | #771ade |
| RGB | rgb(119, 26, 222) |
| HSL | hsl(269, 79%, 49%) |
| CMYK | cmyk(46%, 88%, 0%, 13%) |
| LAB | lab(37.7 71.5 -79.9) |
| LCH | lch(37.7 107.2 311.8) |
| OKLCH | oklch(0.497 0.256 296.3) |
Copy-ready code
/* CSS */
color: #771ade;
background-color: #771ade;
/* Tailwind (arbitrary) */
class="text-[#771ade] bg-[#771ade]"
/* SCSS */
$brand: #771ade;
/* SwiftUI */
Color(red: 0.467, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#771ade")Accessibility — WCAG contrast
Aa
#771ade on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771ade on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green10.2%
Blue87.1%
CMYK percentages
Cyan46.4%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#771ade text on a black background
contrast 2.99:1
Card sample
#771ade text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771ade;
Background color
Panel with #771ade background
background-color: #771ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771ade; background: linear-gradient(135deg, #771ade, #DE1AC2);