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