#7744cc
a balanced, vivid violet · warm · closest name: slateblue
RGB
119, 68, 204
HSL
263°, 57%, 53%
CMYK
42, 67, 0, 20
Luminance
0.1242
Every format
| HEX | #7744cc |
| RGB | rgb(119, 68, 204) |
| HSL | hsl(263, 57%, 53%) |
| CMYK | cmyk(42%, 67%, 0%, 20%) |
| LAB | lab(41.9 50.8 -62.8) |
| LCH | lch(41.9 80.7 309.0) |
| OKLCH | oklch(0.521 0.199 295.9) |
Copy-ready code
/* CSS */
color: #7744cc;
background-color: #7744cc;
/* Tailwind (arbitrary) */
class="text-[#7744cc] bg-[#7744cc]"
/* SCSS */
$brand: #7744cc;
/* SwiftUI */
Color(red: 0.467, green: 0.267, blue: 0.800)
/* Android */
Color.parseColor("#7744cc")Accessibility — WCAG contrast
Aa
#7744cc on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7744cc on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green26.7%
Blue80.0%
CMYK percentages
Cyan41.7%
Magenta66.7%
Yellow0.0%
Key (black)20.0%
Color previews
#7744cc text on a black background
contrast 3.48:1
Card sample
#7744cc text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7744cc;
Background color
Panel with #7744cc background
background-color: #7744cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7744cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 68, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 68, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7744cc; background: linear-gradient(135deg, #7744cc, #CC44C6);