#733be3
a balanced, electric violet · warm · closest name: slateblue
RGB
115, 59, 227
HSL
260°, 75%, 56%
CMYK
49, 74, 0, 11
Luminance
0.1232
Every format
| HEX | #733be3 |
| RGB | rgb(115, 59, 227) |
| HSL | hsl(260, 75%, 56%) |
| CMYK | cmyk(49%, 74%, 0%, 11%) |
| LAB | lab(41.7 60.5 -76.2) |
| LCH | lch(41.7 97.3 308.4) |
| OKLCH | oklch(0.525 0.235 291.3) |
Copy-ready code
/* CSS */
color: #733be3;
background-color: #733be3;
/* Tailwind (arbitrary) */
class="text-[#733be3] bg-[#733be3]"
/* SCSS */
$brand: #733be3;
/* SwiftUI */
Color(red: 0.451, green: 0.231, blue: 0.890)
/* Android */
Color.parseColor("#733be3")Accessibility — WCAG contrast
Aa
#733be3 on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#733be3 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green23.1%
Blue89.0%
CMYK percentages
Cyan49.3%
Magenta74.0%
Yellow0.0%
Key (black)11.0%
Color previews
#733be3 text on a black background
contrast 3.46:1
Card sample
#733be3 text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #733be3;
Background color
Panel with #733be3 background
background-color: #733be3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #733be3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 59, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 59, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #733be3; background: linear-gradient(135deg, #733be3, #E33BE3);