#774792
a dark, soft violet · warm · closest name: slateblue
RGB
119, 71, 146
HSL
278°, 35%, 43%
CMYK
19, 51, 0, 43
Luminance
0.1050
Every format
| HEX | #774792 |
| RGB | rgb(119, 71, 146) |
| HSL | hsl(278, 35%, 43%) |
| CMYK | cmyk(19%, 51%, 0%, 43%) |
| LAB | lab(38.7 34.6 -33.5) |
| LCH | lch(38.7 48.1 316.0) |
| OKLCH | oklch(0.486 0.126 312.1) |
Copy-ready code
/* CSS */
color: #774792;
background-color: #774792;
/* Tailwind (arbitrary) */
class="text-[#774792] bg-[#774792]"
/* SCSS */
$brand: #774792;
/* SwiftUI */
Color(red: 0.467, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#774792")Accessibility — WCAG contrast
Aa
#774792 on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#774792 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green27.8%
Blue57.3%
CMYK percentages
Cyan18.5%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#774792 text on a black background
contrast 3.10:1
Card sample
#774792 text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #774792;
Background color
Panel with #774792 background
background-color: #774792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #774792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #774792; background: linear-gradient(135deg, #774792, #92477B);