#763cdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
118, 60, 219
HSL
262°, 69%, 55%
CMYK
46, 73, 0, 14
Luminance
0.1220
Every format
| HEX | #763cdb |
| RGB | rgb(118, 60, 219) |
| HSL | hsl(262, 69%, 55%) |
| CMYK | cmyk(46%, 73%, 0%, 14%) |
| LAB | lab(41.5 58.4 -71.9) |
| LCH | lch(41.5 92.7 309.1) |
| OKLCH | oklch(0.522 0.225 293.7) |
Copy-ready code
/* CSS */
color: #763cdb;
background-color: #763cdb;
/* Tailwind (arbitrary) */
class="text-[#763cdb] bg-[#763cdb]"
/* SCSS */
$brand: #763cdb;
/* SwiftUI */
Color(red: 0.463, green: 0.235, blue: 0.859)
/* Android */
Color.parseColor("#763cdb")Accessibility — WCAG contrast
Aa
#763cdb on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#763cdb on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green23.5%
Blue85.9%
CMYK percentages
Cyan46.1%
Magenta72.6%
Yellow0.0%
Key (black)14.1%
Color previews
#763cdb text on a black background
contrast 3.44:1
Card sample
#763cdb text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763cdb;
Background color
Panel with #763cdb background
background-color: #763cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 60, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 60, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763cdb; background: linear-gradient(135deg, #763cdb, #DB3CD6);