#764cdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
118, 76, 219
HSL
258°, 67%, 58%
CMYK
46, 65, 0, 14
Luminance
0.1413
Every format
| HEX | #764cdb |
| RGB | rgb(118, 76, 219) |
| HSL | hsl(258, 67%, 58%) |
| CMYK | cmyk(46%, 65%, 0%, 14%) |
| LAB | lab(44.4 50.4 -67.2) |
| LCH | lch(44.4 84.0 306.9) |
| OKLCH | oklch(0.543 0.207 291.5) |
Copy-ready code
/* CSS */
color: #764cdb;
background-color: #764cdb;
/* Tailwind (arbitrary) */
class="text-[#764cdb] bg-[#764cdb]"
/* SCSS */
$brand: #764cdb;
/* SwiftUI */
Color(red: 0.463, green: 0.298, blue: 0.859)
/* Android */
Color.parseColor("#764cdb")Accessibility — WCAG contrast
Aa
#764cdb on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#764cdb on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green29.8%
Blue85.9%
CMYK percentages
Cyan46.1%
Magenta65.3%
Yellow0.0%
Key (black)14.1%
Color previews
#764cdb text on a black background
contrast 3.83:1
Card sample
#764cdb text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #764cdb;
Background color
Panel with #764cdb background
background-color: #764cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #764cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 76, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 76, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #764cdb; background: linear-gradient(135deg, #764cdb, #D54CDB);