#780df3
a balanced, electric violet · warm · closest name: blue
RGB
120, 13, 243
HSL
268°, 91%, 50%
CMYK
51, 95, 0, 5
Luminance
0.1075
Every format
| HEX | #780df3 |
| RGB | rgb(120, 13, 243) |
| HSL | hsl(268, 91%, 50%) |
| CMYK | cmyk(51%, 95%, 0%, 5%) |
| LAB | lab(39.2 78.5 -89.5) |
| LCH | lch(39.2 119.1 311.3) |
| OKLCH | oklch(0.513 0.280 293.1) |
Copy-ready code
/* CSS */
color: #780df3;
background-color: #780df3;
/* Tailwind (arbitrary) */
class="text-[#780df3] bg-[#780df3]"
/* SCSS */
$brand: #780df3;
/* SwiftUI */
Color(red: 0.471, green: 0.051, blue: 0.953)
/* Android */
Color.parseColor("#780df3")Accessibility — WCAG contrast
Aa
#780df3 on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#780df3 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green5.1%
Blue95.3%
CMYK percentages
Cyan50.6%
Magenta94.7%
Yellow0.0%
Key (black)4.7%
Color previews
#780df3 text on a black background
contrast 3.15:1
Card sample
#780df3 text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #780df3;
Background color
Panel with #780df3 background
background-color: #780df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #780df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 13, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 13, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #780df3; background: linear-gradient(135deg, #780df3, #F30DD5);