#770cfd
a balanced, electric violet · warm · closest name: blue
RGB
119, 12, 253
HSL
267°, 98%, 52%
CMYK
53, 95, 0, 1
Luminance
0.1128
Every format
| HEX | #770cfd |
| RGB | rgb(119, 12, 253) |
| HSL | hsl(267, 98%, 52%) |
| CMYK | cmyk(53%, 95%, 0%, 1%) |
| LAB | lab(40.0 80.8 -93.6) |
| LCH | lch(40.0 123.7 310.8) |
| OKLCH | oklch(0.522 0.288 291.1) |
Copy-ready code
/* CSS */
color: #770cfd;
background-color: #770cfd;
/* Tailwind (arbitrary) */
class="text-[#770cfd] bg-[#770cfd]"
/* SCSS */
$brand: #770cfd;
/* SwiftUI */
Color(red: 0.467, green: 0.047, blue: 0.992)
/* Android */
Color.parseColor("#770cfd")Accessibility — WCAG contrast
Aa
#770cfd on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#770cfd on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green4.7%
Blue99.2%
CMYK percentages
Cyan53.0%
Magenta95.3%
Yellow0.0%
Key (black)0.8%
Color previews
#770cfd text on a black background
contrast 3.26:1
Card sample
#770cfd text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770cfd;
Background color
Panel with #770cfd background
background-color: #770cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 12, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 12, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770cfd; background: linear-gradient(135deg, #770cfd, #FD0CE3);