#781cdf
a balanced, electric violet · warm · closest name: blue
RGB
120, 28, 223
HSL
268°, 78%, 49%
CMYK
46, 87, 0, 13
Luminance
0.1015
Every format
| HEX | #781cdf |
| RGB | rgb(120, 28, 223) |
| HSL | hsl(268, 78%, 49%) |
| CMYK | cmyk(46%, 87%, 0%, 13%) |
| LAB | lab(38.1 71.3 -79.8) |
| LCH | lch(38.1 107.0 311.8) |
| OKLCH | oklch(0.500 0.256 296.3) |
Copy-ready code
/* CSS */
color: #781cdf;
background-color: #781cdf;
/* Tailwind (arbitrary) */
class="text-[#781cdf] bg-[#781cdf]"
/* SCSS */
$brand: #781cdf;
/* SwiftUI */
Color(red: 0.471, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#781cdf")Accessibility — WCAG contrast
Aa
#781cdf on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#781cdf on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green11.0%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#781cdf text on a black background
contrast 3.03:1
Card sample
#781cdf text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #781cdf;
Background color
Panel with #781cdf background
background-color: #781cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #781cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #781cdf; background: linear-gradient(135deg, #781cdf, #DF1CC4);