#741eee
a balanced, electric violet · warm · closest name: blue
RGB
116, 30, 238
HSL
265°, 86%, 53%
CMYK
51, 87, 0, 7
Luminance
0.1081
Every format
| HEX | #741eee |
| RGB | rgb(116, 30, 238) |
| HSL | hsl(265, 86%, 53%) |
| CMYK | cmyk(51%, 87%, 0%, 7%) |
| LAB | lab(39.3 73.8 -86.5) |
| LCH | lch(39.3 113.7 310.5) |
| OKLCH | oklch(0.511 0.268 292.0) |
Copy-ready code
/* CSS */
color: #741eee;
background-color: #741eee;
/* Tailwind (arbitrary) */
class="text-[#741eee] bg-[#741eee]"
/* SCSS */
$brand: #741eee;
/* SwiftUI */
Color(red: 0.455, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#741eee")Accessibility — WCAG contrast
Aa
#741eee on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#741eee on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green11.8%
Blue93.3%
CMYK percentages
Cyan51.3%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#741eee text on a black background
contrast 3.16:1
Card sample
#741eee text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741eee;
Background color
Panel with #741eee background
background-color: #741eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741eee; background: linear-gradient(135deg, #741eee, #EE1EDD);