#7433ee
a balanced, electric violet · warm · closest name: blue
RGB
116, 51, 238
HSL
261°, 85%, 57%
CMYK
51, 79, 0, 7
Luminance
0.1225
Every format
| HEX | #7433ee |
| RGB | rgb(116, 51, 238) |
| HSL | hsl(261, 85%, 57%) |
| CMYK | cmyk(51%, 79%, 0%, 7%) |
| LAB | lab(41.6 66.9 -82.6) |
| LCH | lch(41.6 106.3 309.0) |
| OKLCH | oklch(0.527 0.254 290.6) |
Copy-ready code
/* CSS */
color: #7433ee;
background-color: #7433ee;
/* Tailwind (arbitrary) */
class="text-[#7433ee] bg-[#7433ee]"
/* SCSS */
$brand: #7433ee;
/* SwiftUI */
Color(red: 0.455, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#7433ee")Accessibility — WCAG contrast
Aa
#7433ee on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7433ee on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green20.0%
Blue93.3%
CMYK percentages
Cyan51.3%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#7433ee text on a black background
contrast 3.45:1
Card sample
#7433ee text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7433ee;
Background color
Panel with #7433ee background
background-color: #7433ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7433ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7433ee; background: linear-gradient(135deg, #7433ee, #EE33EB);