#764fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
118, 79, 223
HSL
256°, 69%, 59%
CMYK
47, 65, 0, 13
Luminance
0.1477
Every format
| HEX | #764fdf |
| RGB | rgb(118, 79, 223) |
| HSL | hsl(256, 69%, 59%) |
| CMYK | cmyk(47%, 65%, 0%, 13%) |
| LAB | lab(45.3 49.9 -68.0) |
| LCH | lch(45.3 84.4 306.3) |
| OKLCH | oklch(0.550 0.208 290.3) |
Copy-ready code
/* CSS */
color: #764fdf;
background-color: #764fdf;
/* Tailwind (arbitrary) */
class="text-[#764fdf] bg-[#764fdf]"
/* SCSS */
$brand: #764fdf;
/* SwiftUI */
Color(red: 0.463, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#764fdf")Accessibility — WCAG contrast
Aa
#764fdf on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#764fdf on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green31.0%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#764fdf text on a black background
contrast 3.95:1
Card sample
#764fdf text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #764fdf;
Background color
Panel with #764fdf background
background-color: #764fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #764fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #764fdf; background: linear-gradient(135deg, #764fdf, #D64FDF);