#772dfd
a balanced, electric violet · warm · closest name: blue
RGB
119, 45, 253
HSL
261°, 98%, 58%
CMYK
53, 82, 0, 1
Luminance
0.1289
Every format
| HEX | #772dfd |
| RGB | rgb(119, 45, 253) |
| HSL | hsl(261, 98%, 58%) |
| CMYK | cmyk(53%, 82%, 0%, 1%) |
| LAB | lab(42.6 73.1 -89.4) |
| LCH | lch(42.6 115.5 309.3) |
| OKLCH | oklch(0.539 0.273 289.8) |
Copy-ready code
/* CSS */
color: #772dfd;
background-color: #772dfd;
/* Tailwind (arbitrary) */
class="text-[#772dfd] bg-[#772dfd]"
/* SCSS */
$brand: #772dfd;
/* SwiftUI */
Color(red: 0.467, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#772dfd")Accessibility — WCAG contrast
Aa
#772dfd on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#772dfd on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green17.6%
Blue99.2%
CMYK percentages
Cyan53.0%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#772dfd text on a black background
contrast 3.58:1
Card sample
#772dfd text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #772dfd;
Background color
Panel with #772dfd background
background-color: #772dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #772dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #772dfd; background: linear-gradient(135deg, #772dfd, #FD2DF8);