#774499
a dark, soft violet · warm · closest name: slateblue
RGB
119, 68, 153
HSL
276°, 39%, 43%
CMYK
22, 56, 0, 40
Luminance
0.1036
Every format
| HEX | #774499 |
| RGB | rgb(119, 68, 153) |
| HSL | hsl(276, 39%, 43%) |
| CMYK | cmyk(22%, 56%, 0%, 40%) |
| LAB | lab(38.5 37.9 -38.1) |
| LCH | lch(38.5 53.8 314.9) |
| OKLCH | oklch(0.486 0.139 309.9) |
Copy-ready code
/* CSS */
color: #774499;
background-color: #774499;
/* Tailwind (arbitrary) */
class="text-[#774499] bg-[#774499]"
/* SCSS */
$brand: #774499;
/* SwiftUI */
Color(red: 0.467, green: 0.267, blue: 0.600)
/* Android */
Color.parseColor("#774499")Accessibility — WCAG contrast
Aa
#774499 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#774499 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green26.7%
Blue60.0%
CMYK percentages
Cyan22.2%
Magenta55.6%
Yellow0.0%
Key (black)40.0%
Color previews
#774499 text on a black background
contrast 3.07:1
Card sample
#774499 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #774499;
Background color
Panel with #774499 background
background-color: #774499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #774499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 68, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 68, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #774499; background: linear-gradient(135deg, #774499, #994482);