#775ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
119, 90, 206
HSL
255°, 54%, 58%
CMYK
42, 56, 0, 19
Luminance
0.1569
Every format
| HEX | #775ace |
| RGB | rgb(119, 90, 206) |
| HSL | hsl(255, 54%, 58%) |
| CMYK | cmyk(42%, 56%, 0%, 19%) |
| LAB | lab(46.6 39.2 -56.3) |
| LCH | lch(46.6 68.6 304.8) |
| OKLCH | oklch(0.556 0.172 291.3) |
Copy-ready code
/* CSS */
color: #775ace;
background-color: #775ace;
/* Tailwind (arbitrary) */
class="text-[#775ace] bg-[#775ace]"
/* SCSS */
$brand: #775ace;
/* SwiftUI */
Color(red: 0.467, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#775ace")Accessibility — WCAG contrast
Aa
#775ace on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#775ace on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green35.3%
Blue80.8%
CMYK percentages
Cyan42.2%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#775ace text on a black background
contrast 4.14:1
Card sample
#775ace text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #775ace;
Background color
Panel with #775ace background
background-color: #775ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #775ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #775ace; background: linear-gradient(135deg, #775ace, #C45ACE);