#780eb3
a dark, electric violet · warm · closest name: indigo
RGB
120, 14, 179
HSL
279°, 86%, 38%
CMYK
33, 92, 0, 30
Luminance
0.0756
Every format
| HEX | #780eb3 |
| RGB | rgb(120, 14, 179) |
| HSL | hsl(279, 86%, 38%) |
| CMYK | cmyk(33%, 92%, 0%, 30%) |
| LAB | lab(33.0 64.9 -62.5) |
| LCH | lch(33.0 90.0 316.1) |
| OKLCH | oklch(0.453 0.224 307.4) |
Copy-ready code
/* CSS */
color: #780eb3;
background-color: #780eb3;
/* Tailwind (arbitrary) */
class="text-[#780eb3] bg-[#780eb3]"
/* SCSS */
$brand: #780eb3;
/* SwiftUI */
Color(red: 0.471, green: 0.055, blue: 0.702)
/* Android */
Color.parseColor("#780eb3")Accessibility — WCAG contrast
Aa
#780eb3 on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#780eb3 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green5.5%
Blue70.2%
CMYK percentages
Cyan33.0%
Magenta92.2%
Yellow0.0%
Key (black)29.8%
Color previews
#780eb3 text on a black background
contrast 2.51:1
Card sample
#780eb3 text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #780eb3;
Background color
Panel with #780eb3 background
background-color: #780eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #780eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 14, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 14, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #780eb3; background: linear-gradient(135deg, #780eb3, #B30E80);