#733bff
a balanced, electric violet · warm · closest name: blue
RGB
115, 59, 255
HSL
257°, 100%, 62%
CMYK
55, 77, 0, 0
Luminance
0.1399
Every format
| HEX | #733bff |
| RGB | rgb(115, 59, 255) |
| HSL | hsl(257, 100%, 62%) |
| CMYK | cmyk(55%, 77%, 0%, 0%) |
| LAB | lab(44.2 67.8 -87.9) |
| LCH | lch(44.2 111.0 307.7) |
| OKLCH | oklch(0.550 0.265 287.1) |
Copy-ready code
/* CSS */
color: #733bff;
background-color: #733bff;
/* Tailwind (arbitrary) */
class="text-[#733bff] bg-[#733bff]"
/* SCSS */
$brand: #733bff;
/* SwiftUI */
Color(red: 0.451, green: 0.231, blue: 1.000)
/* Android */
Color.parseColor("#733bff")Accessibility — WCAG contrast
Aa
#733bff on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#733bff on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green23.1%
Blue100.0%
CMYK percentages
Cyan54.9%
Magenta76.9%
Yellow0.0%
Key (black)0.0%
Color previews
#733bff text on a black background
contrast 3.80:1
Card sample
#733bff text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #733bff;
Background color
Panel with #733bff background
background-color: #733bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #733bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 59, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 59, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #733bff; background: linear-gradient(135deg, #733bff, #F63BFF);