#6c64d5
a balanced, vivid blue · warm · closest name: slateblue
RGB
108, 100, 213
HSL
244°, 57%, 61%
CMYK
49, 53, 0, 17
Luminance
0.1711
Every format
| HEX | #6c64d5 |
| RGB | rgb(108, 100, 213) |
| HSL | hsl(244, 57%, 61%) |
| CMYK | cmyk(49%, 53%, 0%, 17%) |
| LAB | lab(48.4 32.9 -57.4) |
| LCH | lch(48.4 66.2 299.8) |
| OKLCH | oklch(0.568 0.168 282.8) |
Copy-ready code
/* CSS */
color: #6c64d5;
background-color: #6c64d5;
/* Tailwind (arbitrary) */
class="text-[#6c64d5] bg-[#6c64d5]"
/* SCSS */
$brand: #6c64d5;
/* SwiftUI */
Color(red: 0.424, green: 0.392, blue: 0.835)
/* Android */
Color.parseColor("#6c64d5")Accessibility — WCAG contrast
Aa
#6c64d5 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c64d5 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green39.2%
Blue83.5%
CMYK percentages
Cyan49.3%
Magenta53.1%
Yellow0.0%
Key (black)16.5%
Color previews
#6c64d5 text on a black background
contrast 4.42:1
Card sample
#6c64d5 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c64d5;
Background color
Panel with #6c64d5 background
background-color: #6c64d5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c64d5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 100, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 100, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c64d5; background: linear-gradient(135deg, #6c64d5, #B764D5);