#780fdf
a balanced, electric violet · warm · closest name: blue
RGB
120, 15, 223
HSL
270°, 87%, 47%
CMYK
46, 93, 0, 13
Luminance
0.0966
Every format
| HEX | #780fdf |
| RGB | rgb(120, 15, 223) |
| HSL | hsl(270, 87%, 47%) |
| CMYK | cmyk(46%, 93%, 0%, 13%) |
| LAB | lab(37.2 74.0 -81.3) |
| LCH | lch(37.2 109.9 312.3) |
| OKLCH | oklch(0.494 0.261 296.9) |
Copy-ready code
/* CSS */
color: #780fdf;
background-color: #780fdf;
/* Tailwind (arbitrary) */
class="text-[#780fdf] bg-[#780fdf]"
/* SCSS */
$brand: #780fdf;
/* SwiftUI */
Color(red: 0.471, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#780fdf")Accessibility — WCAG contrast
Aa
#780fdf on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#780fdf on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green5.9%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#780fdf text on a black background
contrast 2.93:1
Card sample
#780fdf text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #780fdf;
Background color
Panel with #780fdf background
background-color: #780fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #780fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #780fdf; background: linear-gradient(135deg, #780fdf, #DF0FBB);