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