#772df4
a balanced, electric violet · warm · closest name: blue
RGB
119, 45, 244
HSL
262°, 90%, 57%
CMYK
51, 82, 0, 4
Luminance
0.1233
Every format
| HEX | #772df4 |
| RGB | rgb(119, 45, 244) |
| HSL | hsl(262, 90%, 57%) |
| CMYK | cmyk(51%, 82%, 0%, 4%) |
| LAB | lab(41.7 71.0 -85.8) |
| LCH | lch(41.7 111.3 309.6) |
| OKLCH | oklch(0.530 0.264 291.2) |
Copy-ready code
/* CSS */
color: #772df4;
background-color: #772df4;
/* Tailwind (arbitrary) */
class="text-[#772df4] bg-[#772df4]"
/* SCSS */
$brand: #772df4;
/* SwiftUI */
Color(red: 0.467, green: 0.176, blue: 0.957)
/* Android */
Color.parseColor("#772df4")Accessibility — WCAG contrast
Aa
#772df4 on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#772df4 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green17.6%
Blue95.7%
CMYK percentages
Cyan51.2%
Magenta81.6%
Yellow0.0%
Key (black)4.3%
Color previews
#772df4 text on a black background
contrast 3.47:1
Card sample
#772df4 text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #772df4;
Background color
Panel with #772df4 background
background-color: #772df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #772df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 45, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 45, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #772df4; background: linear-gradient(135deg, #772df4, #F42DEC);