#782fba
a balanced, vivid violet · warm · closest name: indigo
RGB
120, 47, 186
HSL
272°, 60%, 46%
CMYK
36, 75, 0, 27
Luminance
0.0957
Every format
| HEX | #782fba |
| RGB | rgb(120, 47, 186) |
| HSL | hsl(272, 60%, 46%) |
| CMYK | cmyk(36%, 75%, 0%, 27%) |
| LAB | lab(37.1 56.4 -60.0) |
| LCH | lch(37.1 82.4 313.2) |
| OKLCH | oklch(0.483 0.205 303.3) |
Copy-ready code
/* CSS */
color: #782fba;
background-color: #782fba;
/* Tailwind (arbitrary) */
class="text-[#782fba] bg-[#782fba]"
/* SCSS */
$brand: #782fba;
/* SwiftUI */
Color(red: 0.471, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#782fba")Accessibility — WCAG contrast
Aa
#782fba on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#782fba on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green18.4%
Blue72.9%
CMYK percentages
Cyan35.5%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#782fba text on a black background
contrast 2.91:1
Card sample
#782fba text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782fba;
Background color
Panel with #782fba background
background-color: #782fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782fba; background: linear-gradient(135deg, #782fba, #BA2F9F);