#781ee1
a balanced, electric violet · warm · closest name: blue
RGB
120, 30, 225
HSL
268°, 77%, 50%
CMYK
47, 87, 0, 12
Luminance
0.1036
Every format
| HEX | #781ee1 |
| RGB | rgb(120, 30, 225) |
| HSL | hsl(268, 77%, 50%) |
| CMYK | cmyk(47%, 87%, 0%, 12%) |
| LAB | lab(38.5 71.2 -80.4) |
| LCH | lch(38.5 107.4 311.6) |
| OKLCH | oklch(0.503 0.256 295.8) |
Copy-ready code
/* CSS */
color: #781ee1;
background-color: #781ee1;
/* Tailwind (arbitrary) */
class="text-[#781ee1] bg-[#781ee1]"
/* SCSS */
$brand: #781ee1;
/* SwiftUI */
Color(red: 0.471, green: 0.118, blue: 0.882)
/* Android */
Color.parseColor("#781ee1")Accessibility — WCAG contrast
Aa
#781ee1 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#781ee1 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green11.8%
Blue88.2%
CMYK percentages
Cyan46.7%
Magenta86.7%
Yellow0.0%
Key (black)11.8%
Color previews
#781ee1 text on a black background
contrast 3.07:1
Card sample
#781ee1 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #781ee1;
Background color
Panel with #781ee1 background
background-color: #781ee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #781ee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 30, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 30, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #781ee1; background: linear-gradient(135deg, #781ee1, #E11EC8);