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