#744fba
a balanced, soft violet · warm · closest name: slateblue
RGB
116, 79, 186
HSL
261°, 44%, 52%
CMYK
38, 58, 0, 27
Luminance
0.1285
Every format
| HEX | #744fba |
| RGB | rgb(116, 79, 186) |
| HSL | hsl(261, 44%, 52%) |
| CMYK | cmyk(38%, 58%, 0%, 27%) |
| LAB | lab(42.5 39.3 -51.2) |
| LCH | lch(42.5 64.6 307.5) |
| OKLCH | oklch(0.521 0.162 296.3) |
Copy-ready code
/* CSS */
color: #744fba;
background-color: #744fba;
/* Tailwind (arbitrary) */
class="text-[#744fba] bg-[#744fba]"
/* SCSS */
$brand: #744fba;
/* SwiftUI */
Color(red: 0.455, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#744fba")Accessibility — WCAG contrast
Aa
#744fba on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#744fba on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green31.0%
Blue72.9%
CMYK percentages
Cyan37.6%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#744fba text on a black background
contrast 3.57:1
Card sample
#744fba text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #744fba;
Background color
Panel with #744fba background
background-color: #744fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #744fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #744fba; background: linear-gradient(135deg, #744fba, #BA4FB9);