#784792
a dark, soft violet · warm · closest name: slateblue
RGB
120, 71, 146
HSL
279°, 35%, 43%
CMYK
18, 51, 0, 43
Luminance
0.1057
Every format
| HEX | #784792 |
| RGB | rgb(120, 71, 146) |
| HSL | hsl(279, 35%, 43%) |
| CMYK | cmyk(18%, 51%, 0%, 43%) |
| LAB | lab(38.9 34.9 -33.3) |
| LCH | lch(38.9 48.2 316.4) |
| OKLCH | oklch(0.487 0.126 312.7) |
Copy-ready code
/* CSS */
color: #784792;
background-color: #784792;
/* Tailwind (arbitrary) */
class="text-[#784792] bg-[#784792]"
/* SCSS */
$brand: #784792;
/* SwiftUI */
Color(red: 0.471, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#784792")Accessibility — WCAG contrast
Aa
#784792 on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#784792 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green27.8%
Blue57.3%
CMYK percentages
Cyan17.8%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#784792 text on a black background
contrast 3.11:1
Card sample
#784792 text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #784792;
Background color
Panel with #784792 background
background-color: #784792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #784792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #784792; background: linear-gradient(135deg, #784792, #92477A);