#6464af
a balanced, soft blue · warm · closest name: slateblue
RGB
100, 100, 175
HSL
240°, 32%, 54%
CMYK
43, 43, 0, 31
Luminance
0.1492
Every format
| HEX | #6464af |
| RGB | rgb(100, 100, 175) |
| HSL | hsl(240, 32%, 54%) |
| CMYK | cmyk(43%, 43%, 0%, 31%) |
| LAB | lab(45.5 19.5 -40.1) |
| LCH | lch(45.5 44.6 296.0) |
| OKLCH | oklch(0.538 0.116 281.8) |
Copy-ready code
/* CSS */
color: #6464af;
background-color: #6464af;
/* Tailwind (arbitrary) */
class="text-[#6464af] bg-[#6464af]"
/* SCSS */
$brand: #6464af;
/* SwiftUI */
Color(red: 0.392, green: 0.392, blue: 0.686)
/* Android */
Color.parseColor("#6464af")Accessibility — WCAG contrast
Aa
#6464af on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6464af on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green39.2%
Blue68.6%
CMYK percentages
Cyan42.9%
Magenta42.9%
Yellow0.0%
Key (black)31.4%
Color previews
#6464af text on a black background
contrast 3.98:1
Card sample
#6464af text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6464af;
Background color
Panel with #6464af background
background-color: #6464af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6464af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 100, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 100, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6464af; background: linear-gradient(135deg, #6464af, #9664AF);