#764ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
118, 74, 206
HSL
260°, 57%, 55%
CMYK
43, 64, 0, 19
Luminance
0.1321
Every format
| HEX | #764ace |
| RGB | rgb(118, 74, 206) |
| HSL | hsl(260, 57%, 55%) |
| CMYK | cmyk(43%, 64%, 0%, 19%) |
| LAB | lab(43.1 47.9 -62.0) |
| LCH | lch(43.1 78.3 307.7) |
| OKLCH | oklch(0.530 0.194 294.1) |
Copy-ready code
/* CSS */
color: #764ace;
background-color: #764ace;
/* Tailwind (arbitrary) */
class="text-[#764ace] bg-[#764ace]"
/* SCSS */
$brand: #764ace;
/* SwiftUI */
Color(red: 0.463, green: 0.290, blue: 0.808)
/* Android */
Color.parseColor("#764ace")Accessibility — WCAG contrast
Aa
#764ace on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#764ace on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green29.0%
Blue80.8%
CMYK percentages
Cyan42.7%
Magenta64.1%
Yellow0.0%
Key (black)19.2%
Color previews
#764ace text on a black background
contrast 3.64:1
Card sample
#764ace text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #764ace;
Background color
Panel with #764ace background
background-color: #764ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #764ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 74, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 74, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #764ace; background: linear-gradient(135deg, #764ace, #CE4ACE);