#764cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
118, 76, 211
HSL
259°, 61%, 56%
CMYK
44, 64, 0, 17
Luminance
0.1372
Every format
| HEX | #764cd3 |
| RGB | rgb(118, 76, 211) |
| HSL | hsl(259, 61%, 56%) |
| CMYK | cmyk(44%, 64%, 0%, 17%) |
| LAB | lab(43.8 48.2 -63.6) |
| LCH | lch(43.8 79.8 307.2) |
| OKLCH | oklch(0.537 0.197 292.9) |
Copy-ready code
/* CSS */
color: #764cd3;
background-color: #764cd3;
/* Tailwind (arbitrary) */
class="text-[#764cd3] bg-[#764cd3]"
/* SCSS */
$brand: #764cd3;
/* SwiftUI */
Color(red: 0.463, green: 0.298, blue: 0.827)
/* Android */
Color.parseColor("#764cd3")Accessibility — WCAG contrast
Aa
#764cd3 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#764cd3 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green29.8%
Blue82.7%
CMYK percentages
Cyan44.1%
Magenta64.0%
Yellow0.0%
Key (black)17.3%
Color previews
#764cd3 text on a black background
contrast 3.74:1
Card sample
#764cd3 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #764cd3;
Background color
Panel with #764cd3 background
background-color: #764cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #764cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 76, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 76, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #764cd3; background: linear-gradient(135deg, #764cd3, #D04CD3);