#643acf
a balanced, vivid violet · warm · closest name: slateblue
RGB
100, 58, 207
HSL
257°, 61%, 52%
CMYK
52, 72, 0, 19
Luminance
0.1024
Every format
| HEX | #643acf |
| RGB | rgb(100, 58, 207) |
| HSL | hsl(257, 61%, 52%) |
| CMYK | cmyk(52%, 72%, 0%, 19%) |
| LAB | lab(38.3 53.4 -70.4) |
| LCH | lch(38.3 88.4 307.1) |
| OKLCH | oklch(0.491 0.214 288.9) |
Copy-ready code
/* CSS */
color: #643acf;
background-color: #643acf;
/* Tailwind (arbitrary) */
class="text-[#643acf] bg-[#643acf]"
/* SCSS */
$brand: #643acf;
/* SwiftUI */
Color(red: 0.392, green: 0.227, blue: 0.812)
/* Android */
Color.parseColor("#643acf")Accessibility — WCAG contrast
Aa
#643acf on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#643acf on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green22.7%
Blue81.2%
CMYK percentages
Cyan51.7%
Magenta72.0%
Yellow0.0%
Key (black)18.8%
Color previews
#643acf text on a black background
contrast 3.05:1
Card sample
#643acf text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #643acf;
Background color
Panel with #643acf background
background-color: #643acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #643acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 58, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 58, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #643acf; background: linear-gradient(135deg, #643acf, #C73ACF);