#744fdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
116, 79, 219
HSL
256°, 66%, 58%
CMYK
47, 64, 0, 14
Luminance
0.1442
Every format
| HEX | #744fdb |
| RGB | rgb(116, 79, 219) |
| HSL | hsl(256, 66%, 58%) |
| CMYK | cmyk(47%, 64%, 0%, 14%) |
| LAB | lab(44.8 48.4 -66.6) |
| LCH | lch(44.8 82.3 306.0) |
| OKLCH | oklch(0.545 0.203 290.2) |
Copy-ready code
/* CSS */
color: #744fdb;
background-color: #744fdb;
/* Tailwind (arbitrary) */
class="text-[#744fdb] bg-[#744fdb]"
/* SCSS */
$brand: #744fdb;
/* SwiftUI */
Color(red: 0.455, green: 0.310, blue: 0.859)
/* Android */
Color.parseColor("#744fdb")Accessibility — WCAG contrast
Aa
#744fdb on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#744fdb on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green31.0%
Blue85.9%
CMYK percentages
Cyan47.0%
Magenta63.9%
Yellow0.0%
Key (black)14.1%
Color previews
#744fdb text on a black background
contrast 3.88:1
Card sample
#744fdb text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #744fdb;
Background color
Panel with #744fdb background
background-color: #744fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #744fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 79, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 79, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #744fdb; background: linear-gradient(135deg, #744fdb, #D14FDB);