#643ccf
a balanced, vivid violet · warm · closest name: slateblue
RGB
100, 60, 207
HSL
256°, 61%, 52%
CMYK
52, 71, 0, 19
Luminance
0.1045
Every format
| HEX | #643ccf |
| RGB | rgb(100, 60, 207) |
| HSL | hsl(256, 61%, 52%) |
| CMYK | cmyk(52%, 71%, 0%, 19%) |
| LAB | lab(38.6 52.4 -69.8) |
| LCH | lch(38.6 87.3 306.9) |
| OKLCH | oklch(0.494 0.212 288.6) |
Copy-ready code
/* CSS */
color: #643ccf;
background-color: #643ccf;
/* Tailwind (arbitrary) */
class="text-[#643ccf] bg-[#643ccf]"
/* SCSS */
$brand: #643ccf;
/* SwiftUI */
Color(red: 0.392, green: 0.235, blue: 0.812)
/* Android */
Color.parseColor("#643ccf")Accessibility — WCAG contrast
Aa
#643ccf on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#643ccf on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green23.5%
Blue81.2%
CMYK percentages
Cyan51.7%
Magenta71.0%
Yellow0.0%
Key (black)18.8%
Color previews
#643ccf text on a black background
contrast 3.09:1
Card sample
#643ccf text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #643ccf;
Background color
Panel with #643ccf background
background-color: #643ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #643ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 60, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 60, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #643ccf; background: linear-gradient(135deg, #643ccf, #C63CCF);