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