#7643cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
118, 67, 207
HSL
262°, 59%, 54%
CMYK
43, 68, 0, 19
Luminance
0.1237
Every format
| HEX | #7643cf |
| RGB | rgb(118, 67, 207) |
| HSL | hsl(262, 59%, 54%) |
| CMYK | cmyk(43%, 68%, 0%, 19%) |
| LAB | lab(41.8 51.9 -64.6) |
| LCH | lch(41.8 82.8 308.8) |
| OKLCH | oklch(0.521 0.204 295.1) |
Copy-ready code
/* CSS */
color: #7643cf;
background-color: #7643cf;
/* Tailwind (arbitrary) */
class="text-[#7643cf] bg-[#7643cf]"
/* SCSS */
$brand: #7643cf;
/* SwiftUI */
Color(red: 0.463, green: 0.263, blue: 0.812)
/* Android */
Color.parseColor("#7643cf")Accessibility — WCAG contrast
Aa
#7643cf on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7643cf on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green26.3%
Blue81.2%
CMYK percentages
Cyan43.0%
Magenta67.6%
Yellow0.0%
Key (black)18.8%
Color previews
#7643cf text on a black background
contrast 3.47:1
Card sample
#7643cf text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7643cf;
Background color
Panel with #7643cf background
background-color: #7643cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7643cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 67, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 67, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7643cf; background: linear-gradient(135deg, #7643cf, #CF43CB);