#7744ee
a balanced, electric violet · warm · closest name: slateblue
RGB
119, 68, 238
HSL
258°, 83%, 60%
CMYK
50, 71, 0, 7
Luminance
0.1423
Every format
| HEX | #7744ee |
| RGB | rgb(119, 68, 238) |
| HSL | hsl(258, 83%, 60%) |
| CMYK | cmyk(50%, 71%, 0%, 7%) |
| LAB | lab(44.6 59.8 -77.8) |
| LCH | lch(44.6 98.1 307.5) |
| OKLCH | oklch(0.549 0.238 290.0) |
Copy-ready code
/* CSS */
color: #7744ee;
background-color: #7744ee;
/* Tailwind (arbitrary) */
class="text-[#7744ee] bg-[#7744ee]"
/* SCSS */
$brand: #7744ee;
/* SwiftUI */
Color(red: 0.467, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#7744ee")Accessibility — WCAG contrast
Aa
#7744ee on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7744ee on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green26.7%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#7744ee text on a black background
contrast 3.85:1
Card sample
#7744ee text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7744ee;
Background color
Panel with #7744ee background
background-color: #7744ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7744ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7744ee; background: linear-gradient(135deg, #7744ee, #E844EE);