#7641cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
118, 65, 207
HSL
262°, 60%, 53%
CMYK
43, 69, 0, 19
Luminance
0.1214
Every format
| HEX | #7641cf |
| RGB | rgb(118, 65, 207) |
| HSL | hsl(262, 60%, 53%) |
| CMYK | cmyk(43%, 69%, 0%, 19%) |
| LAB | lab(41.4 52.9 -65.2) |
| LCH | lch(41.4 84.0 309.0) |
| OKLCH | oklch(0.518 0.206 295.4) |
Copy-ready code
/* CSS */
color: #7641cf;
background-color: #7641cf;
/* Tailwind (arbitrary) */
class="text-[#7641cf] bg-[#7641cf]"
/* SCSS */
$brand: #7641cf;
/* SwiftUI */
Color(red: 0.463, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#7641cf")Accessibility — WCAG contrast
Aa
#7641cf on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7641cf on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green25.5%
Blue81.2%
CMYK percentages
Cyan43.0%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#7641cf text on a black background
contrast 3.43:1
Card sample
#7641cf text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7641cf;
Background color
Panel with #7641cf background
background-color: #7641cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7641cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7641cf; background: linear-gradient(135deg, #7641cf, #CF41C9);