#7144ee
a balanced, electric violet · warm · closest name: slateblue
RGB
113, 68, 238
HSL
256°, 83%, 60%
CMYK
53, 71, 0, 7
Luminance
0.1382
Every format
| HEX | #7144ee |
| RGB | rgb(113, 68, 238) |
| HSL | hsl(256, 83%, 60%) |
| CMYK | cmyk(53%, 71%, 0%, 7%) |
| LAB | lab(44.0 58.9 -78.8) |
| LCH | lch(44.0 98.3 306.8) |
| OKLCH | oklch(0.543 0.238 287.8) |
Copy-ready code
/* CSS */
color: #7144ee;
background-color: #7144ee;
/* Tailwind (arbitrary) */
class="text-[#7144ee] bg-[#7144ee]"
/* SCSS */
$brand: #7144ee;
/* SwiftUI */
Color(red: 0.443, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#7144ee")Accessibility — WCAG contrast
Aa
#7144ee on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7144ee on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green26.7%
Blue93.3%
CMYK percentages
Cyan52.5%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#7144ee text on a black background
contrast 3.76:1
Card sample
#7144ee text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7144ee;
Background color
Panel with #7144ee background
background-color: #7144ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7144ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7144ee; background: linear-gradient(135deg, #7144ee, #E244EE);