#644bc9
a balanced, vivid blue · warm · closest name: slateblue
RGB
100, 75, 201
HSL
252°, 54%, 54%
CMYK
50, 63, 0, 21
Luminance
0.1196
Every format
| HEX | #644bc9 |
| RGB | rgb(100, 75, 201) |
| HSL | hsl(252, 54%, 54%) |
| CMYK | cmyk(50%, 63%, 0%, 21%) |
| LAB | lab(41.1 42.5 -62.3) |
| LCH | lch(41.1 75.4 304.3) |
| OKLCH | oklch(0.511 0.186 286.9) |
Copy-ready code
/* CSS */
color: #644bc9;
background-color: #644bc9;
/* Tailwind (arbitrary) */
class="text-[#644bc9] bg-[#644bc9]"
/* SCSS */
$brand: #644bc9;
/* SwiftUI */
Color(red: 0.392, green: 0.294, blue: 0.788)
/* Android */
Color.parseColor("#644bc9")Accessibility — WCAG contrast
Aa
#644bc9 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#644bc9 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green29.4%
Blue78.8%
CMYK percentages
Cyan50.2%
Magenta62.7%
Yellow0.0%
Key (black)21.2%
Color previews
#644bc9 text on a black background
contrast 3.39:1
Card sample
#644bc9 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #644bc9;
Background color
Panel with #644bc9 background
background-color: #644bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #644bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 75, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 75, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #644bc9; background: linear-gradient(135deg, #644bc9, #B84BC9);