#7440df
a balanced, vivid violet · warm · closest name: slateblue
RGB
116, 64, 223
HSL
260°, 71%, 56%
CMYK
48, 71, 0, 13
Luminance
0.1271
Every format
| HEX | #7440df |
| RGB | rgb(116, 64, 223) |
| HSL | hsl(260, 71%, 56%) |
| CMYK | cmyk(48%, 71%, 0%, 13%) |
| LAB | lab(42.3 57.3 -72.9) |
| LCH | lch(42.3 92.7 308.1) |
| OKLCH | oklch(0.528 0.225 291.8) |
Copy-ready code
/* CSS */
color: #7440df;
background-color: #7440df;
/* Tailwind (arbitrary) */
class="text-[#7440df] bg-[#7440df]"
/* SCSS */
$brand: #7440df;
/* SwiftUI */
Color(red: 0.455, green: 0.251, blue: 0.875)
/* Android */
Color.parseColor("#7440df")Accessibility — WCAG contrast
Aa
#7440df on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7440df on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green25.1%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta71.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7440df text on a black background
contrast 3.54:1
Card sample
#7440df text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7440df;
Background color
Panel with #7440df background
background-color: #7440df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7440df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 64, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 64, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7440df; background: linear-gradient(135deg, #7440df, #DE40DF);