#7722ee
a balanced, electric violet · warm · closest name: blue
RGB
119, 34, 238
HSL
265°, 86%, 53%
CMYK
50, 86, 0, 7
Luminance
0.1124
Every format
| HEX | #7722ee |
| RGB | rgb(119, 34, 238) |
| HSL | hsl(265, 86%, 53%) |
| CMYK | cmyk(50%, 86%, 0%, 7%) |
| LAB | lab(40.0 73.0 -85.3) |
| LCH | lch(40.0 112.3 310.6) |
| OKLCH | oklch(0.517 0.266 292.9) |
Copy-ready code
/* CSS */
color: #7722ee;
background-color: #7722ee;
/* Tailwind (arbitrary) */
class="text-[#7722ee] bg-[#7722ee]"
/* SCSS */
$brand: #7722ee;
/* SwiftUI */
Color(red: 0.467, green: 0.133, blue: 0.933)
/* Android */
Color.parseColor("#7722ee")Accessibility — WCAG contrast
Aa
#7722ee on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7722ee on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green13.3%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta85.7%
Yellow0.0%
Key (black)6.7%
Color previews
#7722ee text on a black background
contrast 3.25:1
Card sample
#7722ee text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7722ee;
Background color
Panel with #7722ee background
background-color: #7722ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7722ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 34, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 34, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7722ee; background: linear-gradient(135deg, #7722ee, #EE22DD);