#782fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
120, 47, 223
HSL
265°, 73%, 53%
CMYK
46, 79, 0, 13
Luminance
0.1135
Every format
| HEX | #782fdf |
| RGB | rgb(120, 47, 223) |
| HSL | hsl(265, 73%, 53%) |
| CMYK | cmyk(46%, 79%, 0%, 13%) |
| LAB | lab(40.2 65.3 -76.5) |
| LCH | lch(40.2 100.5 310.5) |
| OKLCH | oklch(0.514 0.242 295.1) |
Copy-ready code
/* CSS */
color: #782fdf;
background-color: #782fdf;
/* Tailwind (arbitrary) */
class="text-[#782fdf] bg-[#782fdf]"
/* SCSS */
$brand: #782fdf;
/* SwiftUI */
Color(red: 0.471, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#782fdf")Accessibility — WCAG contrast
Aa
#782fdf on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#782fdf on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green18.4%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#782fdf text on a black background
contrast 3.27:1
Card sample
#782fdf text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782fdf;
Background color
Panel with #782fdf background
background-color: #782fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782fdf; background: linear-gradient(135deg, #782fdf, #DF2FD1);