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