#7464c1
a balanced, soft blue · warm · closest name: slateblue
RGB
116, 100, 193
HSL
250°, 43%, 58%
CMYK
40, 48, 0, 24
Luminance
0.1668
Every format
| HEX | #7464c1 |
| RGB | rgb(116, 100, 193) |
| HSL | hsl(250, 43%, 58%) |
| CMYK | cmyk(40%, 48%, 0%, 24%) |
| LAB | lab(47.9 28.9 -46.8) |
| LCH | lch(47.9 55.0 301.7) |
| OKLCH | oklch(0.562 0.140 289.0) |
Copy-ready code
/* CSS */
color: #7464c1;
background-color: #7464c1;
/* Tailwind (arbitrary) */
class="text-[#7464c1] bg-[#7464c1]"
/* SCSS */
$brand: #7464c1;
/* SwiftUI */
Color(red: 0.455, green: 0.392, blue: 0.757)
/* Android */
Color.parseColor("#7464c1")Accessibility — WCAG contrast
Aa
#7464c1 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7464c1 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green39.2%
Blue75.7%
CMYK percentages
Cyan39.9%
Magenta48.2%
Yellow0.0%
Key (black)24.3%
Color previews
#7464c1 text on a black background
contrast 4.34:1
Card sample
#7464c1 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7464c1;
Background color
Panel with #7464c1 background
background-color: #7464c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7464c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 100, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 100, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7464c1; background: linear-gradient(135deg, #7464c1, #B264C1);