#773388
a dark, vivid violet · warm · closest name: purple
RGB
119, 51, 136
HSL
288°, 46%, 37%
CMYK
13, 63, 0, 47
Luminance
0.0807
Every format
| HEX | #773388 |
| RGB | rgb(119, 51, 136) |
| HSL | hsl(288, 46%, 37%) |
| CMYK | cmyk(13%, 63%, 0%, 47%) |
| LAB | lab(34.1 43.1 -34.6) |
| LCH | lch(34.1 55.3 321.2) |
| OKLCH | oklch(0.451 0.148 319.1) |
Copy-ready code
/* CSS */
color: #773388;
background-color: #773388;
/* Tailwind (arbitrary) */
class="text-[#773388] bg-[#773388]"
/* SCSS */
$brand: #773388;
/* SwiftUI */
Color(red: 0.467, green: 0.200, blue: 0.533)
/* Android */
Color.parseColor("#773388")Accessibility — WCAG contrast
Aa
#773388 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773388 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green20.0%
Blue53.3%
CMYK percentages
Cyan12.5%
Magenta62.5%
Yellow0.0%
Key (black)46.7%
Color previews
#773388 text on a black background
contrast 2.61:1
Card sample
#773388 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773388;
Background color
Panel with #773388 background
background-color: #773388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 51, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 51, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773388; background: linear-gradient(135deg, #773388, #883360);