#780dfd
a balanced, electric violet · warm · closest name: blue
RGB
120, 13, 253
HSL
267°, 98%, 52%
CMYK
53, 95, 0, 1
Luminance
0.1137
Every format
| HEX | #780dfd |
| RGB | rgb(120, 13, 253) |
| HSL | hsl(267, 98%, 52%) |
| CMYK | cmyk(53%, 95%, 0%, 1%) |
| LAB | lab(40.2 80.7 -93.4) |
| LCH | lch(40.2 123.4 310.8) |
| OKLCH | oklch(0.523 0.288 291.4) |
Copy-ready code
/* CSS */
color: #780dfd;
background-color: #780dfd;
/* Tailwind (arbitrary) */
class="text-[#780dfd] bg-[#780dfd]"
/* SCSS */
$brand: #780dfd;
/* SwiftUI */
Color(red: 0.471, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#780dfd")Accessibility — WCAG contrast
Aa
#780dfd on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#780dfd on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green5.1%
Blue99.2%
CMYK percentages
Cyan52.6%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#780dfd text on a black background
contrast 3.27:1
Card sample
#780dfd text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #780dfd;
Background color
Panel with #780dfd background
background-color: #780dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #780dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #780dfd; background: linear-gradient(135deg, #780dfd, #FD0DE2);