#6445c1
a balanced, vivid violet · warm · closest name: slateblue
RGB
100, 69, 193
HSL
255°, 50%, 51%
CMYK
48, 64, 0, 24
Luminance
0.1082
Every format
| HEX | #6445c1 |
| RGB | rgb(100, 69, 193) |
| HSL | hsl(255, 50%, 51%) |
| CMYK | cmyk(48%, 64%, 0%, 24%) |
| LAB | lab(39.3 43.5 -60.7) |
| LCH | lch(39.3 74.7 305.7) |
| OKLCH | oklch(0.495 0.184 289.4) |
Copy-ready code
/* CSS */
color: #6445c1;
background-color: #6445c1;
/* Tailwind (arbitrary) */
class="text-[#6445c1] bg-[#6445c1]"
/* SCSS */
$brand: #6445c1;
/* SwiftUI */
Color(red: 0.392, green: 0.271, blue: 0.757)
/* Android */
Color.parseColor("#6445c1")Accessibility — WCAG contrast
Aa
#6445c1 on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6445c1 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green27.1%
Blue75.7%
CMYK percentages
Cyan48.2%
Magenta64.2%
Yellow0.0%
Key (black)24.3%
Color previews
#6445c1 text on a black background
contrast 3.16:1
Card sample
#6445c1 text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6445c1;
Background color
Panel with #6445c1 background
background-color: #6445c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6445c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 69, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 69, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6445c1; background: linear-gradient(135deg, #6445c1, #B745C1);