#7464df
a balanced, vivid blue · warm · closest name: slateblue
RGB
116, 100, 223
HSL
248°, 66%, 63%
CMYK
48, 55, 0, 13
Luminance
0.1816
Every format
| HEX | #7464df |
| RGB | rgb(116, 100, 223) |
| HSL | hsl(248, 66%, 63%) |
| CMYK | cmyk(48%, 55%, 0%, 13%) |
| LAB | lab(49.7 37.6 -61.0) |
| LCH | lch(49.7 71.6 301.6) |
| OKLCH | oklch(0.582 0.180 285.2) |
Copy-ready code
/* CSS */
color: #7464df;
background-color: #7464df;
/* Tailwind (arbitrary) */
class="text-[#7464df] bg-[#7464df]"
/* SCSS */
$brand: #7464df;
/* SwiftUI */
Color(red: 0.455, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#7464df")Accessibility — WCAG contrast
Aa
#7464df on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7464df on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green39.2%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#7464df text on a black background
contrast 4.63:1
Card sample
#7464df text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7464df;
Background color
Panel with #7464df background
background-color: #7464df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7464df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7464df; background: linear-gradient(135deg, #7464df, #C664DF);