#763df2
a balanced, electric violet · warm · closest name: blue
RGB
118, 61, 242
HSL
259°, 87%, 59%
CMYK
51, 75, 0, 5
Luminance
0.1360
Every format
| HEX | #763df2 |
| RGB | rgb(118, 61, 242) |
| HSL | hsl(259, 87%, 59%) |
| CMYK | cmyk(51%, 75%, 0%, 5%) |
| LAB | lab(43.6 63.9 -81.5) |
| LCH | lch(43.6 103.6 308.1) |
| OKLCH | oklch(0.543 0.249 289.8) |
Copy-ready code
/* CSS */
color: #763df2;
background-color: #763df2;
/* Tailwind (arbitrary) */
class="text-[#763df2] bg-[#763df2]"
/* SCSS */
$brand: #763df2;
/* SwiftUI */
Color(red: 0.463, green: 0.239, blue: 0.949)
/* Android */
Color.parseColor("#763df2")Accessibility — WCAG contrast
Aa
#763df2 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#763df2 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green23.9%
Blue94.9%
CMYK percentages
Cyan51.2%
Magenta74.8%
Yellow0.0%
Key (black)5.1%
Color previews
#763df2 text on a black background
contrast 3.72:1
Card sample
#763df2 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763df2;
Background color
Panel with #763df2 background
background-color: #763df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 61, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 61, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763df2; background: linear-gradient(135deg, #763df2, #EF3DF2);