#763cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
118, 60, 211
HSL
263°, 63%, 53%
CMYK
44, 72, 0, 17
Luminance
0.1179
Every format
| HEX | #763cd3 |
| RGB | rgb(118, 60, 211) |
| HSL | hsl(263, 63%, 53%) |
| CMYK | cmyk(44%, 72%, 0%, 17%) |
| LAB | lab(40.9 56.4 -68.4) |
| LCH | lch(40.9 88.6 309.5) |
| OKLCH | oklch(0.515 0.216 295.2) |
Copy-ready code
/* CSS */
color: #763cd3;
background-color: #763cd3;
/* Tailwind (arbitrary) */
class="text-[#763cd3] bg-[#763cd3]"
/* SCSS */
$brand: #763cd3;
/* SwiftUI */
Color(red: 0.463, green: 0.235, blue: 0.827)
/* Android */
Color.parseColor("#763cd3")Accessibility — WCAG contrast
Aa
#763cd3 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#763cd3 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green23.5%
Blue82.7%
CMYK percentages
Cyan44.1%
Magenta71.6%
Yellow0.0%
Key (black)17.3%
Color previews
#763cd3 text on a black background
contrast 3.36:1
Card sample
#763cd3 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763cd3;
Background color
Panel with #763cd3 background
background-color: #763cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 60, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 60, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763cd3; background: linear-gradient(135deg, #763cd3, #D33CCB);