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