#744ade
a balanced, vivid violet · warm · closest name: slateblue
RGB
116, 74, 222
HSL
257°, 69%, 58%
CMYK
48, 67, 0, 13
Luminance
0.1388
Every format
| HEX | #744ade |
| RGB | rgb(116, 74, 222) |
| HSL | hsl(257, 69%, 58%) |
| CMYK | cmyk(48%, 67%, 0%, 13%) |
| LAB | lab(44.1 51.9 -69.5) |
| LCH | lch(44.1 86.8 306.8) |
| OKLCH | oklch(0.540 0.213 290.5) |
Copy-ready code
/* CSS */
color: #744ade;
background-color: #744ade;
/* Tailwind (arbitrary) */
class="text-[#744ade] bg-[#744ade]"
/* SCSS */
$brand: #744ade;
/* SwiftUI */
Color(red: 0.455, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#744ade")Accessibility — WCAG contrast
Aa
#744ade on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#744ade on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green29.0%
Blue87.1%
CMYK percentages
Cyan47.7%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#744ade text on a black background
contrast 3.78:1
Card sample
#744ade text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #744ade;
Background color
Panel with #744ade background
background-color: #744ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #744ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #744ade; background: linear-gradient(135deg, #744ade, #D74ADE);