#770cf7
a balanced, electric violet · warm · closest name: blue
RGB
119, 12, 247
HSL
267°, 94%, 51%
CMYK
52, 95, 0, 3
Luminance
0.1090
Every format
| HEX | #770cf7 |
| RGB | rgb(119, 12, 247) |
| HSL | hsl(267, 94%, 51%) |
| CMYK | cmyk(52%, 95%, 0%, 3%) |
| LAB | lab(39.4 79.5 -91.3) |
| LCH | lch(39.4 121.1 311.0) |
| OKLCH | oklch(0.516 0.283 292.1) |
Copy-ready code
/* CSS */
color: #770cf7;
background-color: #770cf7;
/* Tailwind (arbitrary) */
class="text-[#770cf7] bg-[#770cf7]"
/* SCSS */
$brand: #770cf7;
/* SwiftUI */
Color(red: 0.467, green: 0.047, blue: 0.969)
/* Android */
Color.parseColor("#770cf7")Accessibility — WCAG contrast
Aa
#770cf7 on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#770cf7 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green4.7%
Blue96.9%
CMYK percentages
Cyan51.8%
Magenta95.1%
Yellow0.0%
Key (black)3.1%
Color previews
#770cf7 text on a black background
contrast 3.18:1
Card sample
#770cf7 text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770cf7;
Background color
Panel with #770cf7 background
background-color: #770cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 12, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 12, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770cf7; background: linear-gradient(135deg, #770cf7, #F70CDA);