#744fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
116, 79, 223
HSL
255°, 69%, 59%
CMYK
48, 65, 0, 13
Luminance
0.1463
Every format
| HEX | #744fdf |
| RGB | rgb(116, 79, 223) |
| HSL | hsl(255, 69%, 59%) |
| CMYK | cmyk(48%, 65%, 0%, 13%) |
| LAB | lab(45.1 49.5 -68.4) |
| LCH | lch(45.1 84.4 305.9) |
| OKLCH | oklch(0.548 0.208 289.6) |
Copy-ready code
/* CSS */
color: #744fdf;
background-color: #744fdf;
/* Tailwind (arbitrary) */
class="text-[#744fdf] bg-[#744fdf]"
/* SCSS */
$brand: #744fdf;
/* SwiftUI */
Color(red: 0.455, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#744fdf")Accessibility — WCAG contrast
Aa
#744fdf on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#744fdf on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#744fdf text on a black background
contrast 3.93:1
Card sample
#744fdf text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #744fdf;
Background color
Panel with #744fdf background
background-color: #744fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #744fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #744fdf; background: linear-gradient(135deg, #744fdf, #D44FDF);