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