#78508c
a dark, soft violet · warm · closest name: slateblue
RGB
120, 80, 140
HSL
280°, 27%, 43%
CMYK
14, 43, 0, 45
Luminance
0.1162
Every format
| HEX | #78508c |
| RGB | rgb(120, 80, 140) |
| HSL | hsl(280, 27%, 43%) |
| CMYK | cmyk(14%, 43%, 0%, 45%) |
| LAB | lab(40.6 28.3 -26.9) |
| LCH | lch(40.6 39.0 316.5) |
| OKLCH | oklch(0.499 0.103 313.7) |
Copy-ready code
/* CSS */
color: #78508c;
background-color: #78508c;
/* Tailwind (arbitrary) */
class="text-[#78508c] bg-[#78508c]"
/* SCSS */
$brand: #78508c;
/* SwiftUI */
Color(red: 0.471, green: 0.314, blue: 0.549)
/* Android */
Color.parseColor("#78508c")Accessibility — WCAG contrast
Aa
#78508c on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#78508c on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green31.4%
Blue54.9%
CMYK percentages
Cyan14.3%
Magenta42.9%
Yellow0.0%
Key (black)45.1%
Color previews
#78508c text on a black background
contrast 3.32:1
Card sample
#78508c text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78508c;
Background color
Panel with #78508c background
background-color: #78508c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78508c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 80, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 80, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78508c; background: linear-gradient(135deg, #78508c, #8C5078);