#782893
a dark, vivid violet · warm · closest name: purple
RGB
120, 40, 147
HSL
285°, 57%, 37%
CMYK
18, 73, 0, 42
Luminance
0.0762
Every format
| HEX | #782893 |
| RGB | rgb(120, 40, 147) |
| HSL | hsl(285, 57%, 37%) |
| CMYK | cmyk(18%, 73%, 0%, 42%) |
| LAB | lab(33.2 50.6 -42.9) |
| LCH | lch(33.2 66.4 319.7) |
| OKLCH | oklch(0.446 0.174 316.1) |
Copy-ready code
/* CSS */
color: #782893;
background-color: #782893;
/* Tailwind (arbitrary) */
class="text-[#782893] bg-[#782893]"
/* SCSS */
$brand: #782893;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.576)
/* Android */
Color.parseColor("#782893")Accessibility — WCAG contrast
Aa
#782893 on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#782893 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue57.6%
CMYK percentages
Cyan18.4%
Magenta72.8%
Yellow0.0%
Key (black)42.4%
Color previews
#782893 text on a black background
contrast 2.52:1
Card sample
#782893 text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782893;
Background color
Panel with #782893 background
background-color: #782893;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782893;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782893; background: linear-gradient(135deg, #782893, #932867);