#764bff
a balanced, electric blue · warm · closest name: blue
RGB
118, 75, 255
HSL
254°, 100%, 65%
CMYK
54, 71, 0, 0
Luminance
0.1610
Every format
| HEX | #764bff |
| RGB | rgb(118, 75, 255) |
| HSL | hsl(254, 100%, 65%) |
| CMYK | cmyk(54%, 71%, 0%, 0%) |
| LAB | lab(47.1 60.8 -83.1) |
| LCH | lch(47.1 103.0 306.2) |
| OKLCH | oklch(0.571 0.249 286.5) |
Copy-ready code
/* CSS */
color: #764bff;
background-color: #764bff;
/* Tailwind (arbitrary) */
class="text-[#764bff] bg-[#764bff]"
/* SCSS */
$brand: #764bff;
/* SwiftUI */
Color(red: 0.463, green: 0.294, blue: 1.000)
/* Android */
Color.parseColor("#764bff")Accessibility — WCAG contrast
Aa
#764bff on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#764bff on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green29.4%
Blue100.0%
CMYK percentages
Cyan53.7%
Magenta70.6%
Yellow0.0%
Key (black)0.0%
Color previews
#764bff text on a black background
contrast 4.22:1
Card sample
#764bff text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #764bff;
Background color
Panel with #764bff background
background-color: #764bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #764bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 75, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 75, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #764bff; background: linear-gradient(135deg, #764bff, #EE4BFF);